diff options
author | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2013-01-04 14:54:07 +0000 |
---|---|---|
committer | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2013-01-04 14:54:07 +0000 |
commit | 1fc2bc49c3a8e7b919281feff61848ec72a09c90 (patch) | |
tree | c6d58c5fc9c55d712b0e6b7d4ffe928277aeba00 | |
parent | 545dc7f2005737fae57bcc18b8f9d1fe616763ae (diff) |
Bumping stable efl to 1.7.5.v1.7.5
SVN revision: 82180
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 8 |
3 files changed, 14 insertions, 5 deletions
@@ -30,4 +30,8 @@ | |||
30 | 30 | ||
31 | * 1.7.4 release | 31 | * 1.7.4 release |
32 | 32 | ||
33 | 2013-01-04 Luis Felipe Strano Moraes | ||
34 | |||
35 | * 1.7.5 release | ||
36 | |||
33 | 37 | ||
@@ -1,4 +1,9 @@ | |||
1 | Expedite 1.7.4 | 1 | Expedite 1.7.5 |
2 | |||
3 | Changes since Expedite 1.7.4: | ||
4 | ----------------------------- | ||
5 | |||
6 | No changes, just updating to keep in sync with last release. | ||
2 | 7 | ||
3 | Changes since Expedite 1.7.3: | 8 | Changes since Expedite 1.7.3: |
4 | ----------------------------- | 9 | ----------------------------- |
diff --git a/configure.ac b/configure.ac index c776e17..02cdbf5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([expedite], [1.7.4], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.5], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.52]) | 7 | AC_PREREQ([2.52]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_HEADERS([config.h]) | 9 | AC_CONFIG_HEADERS([config.h]) |
@@ -123,18 +123,18 @@ LT_PROG_RC | |||
123 | 123 | ||
124 | case "$host_os" in | 124 | case "$host_os" in |
125 | mingw32*) | 125 | mingw32*) |
126 | PKG_CHECK_MODULES([EVIL], [evil >= 1.6.99]) | 126 | PKG_CHECK_MODULES([EVIL], [evil >= 1.7.5]) |
127 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) | 127 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) |
128 | ;; | 128 | ;; |
129 | esac | 129 | esac |
130 | 130 | ||
131 | # Eina | 131 | # Eina |
132 | 132 | ||
133 | PKG_CHECK_MODULES([EINA], eina >= 1.6.99) | 133 | PKG_CHECK_MODULES([EINA], eina >= 1.7.5) |
134 | 134 | ||
135 | # Evas | 135 | # Evas |
136 | 136 | ||
137 | PKG_CHECK_MODULES([EVAS], evas >= 1.6.99 eet >= 1.6.99) | 137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.5 eet >= 1.7.5) |
138 | 138 | ||
139 | # Xlib | 139 | # Xlib |
140 | 140 | ||