diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -49,3 +49,7 @@ | |||
49 | 2013-09-10 Eduardo Lima (Etrunko) | 49 | 2013-09-10 Eduardo Lima (Etrunko) |
50 | 50 | ||
51 | * 1.7.9 release | 51 | * 1.7.9 release |
52 | |||
53 | 2013-12-05 Eduardo Lima (Etrunko) | ||
54 | |||
55 | * 1.7.10 release | ||
diff --git a/configure.ac b/configure.ac index 7398052..442754d 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.9], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.7.10], [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.7.9]) | 126 | PKG_CHECK_MODULES([EVIL], [evil >= 1.7.10]) |
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.7.9) | 133 | PKG_CHECK_MODULES([EINA], eina >= 1.7.10) |
134 | 134 | ||
135 | # Evas | 135 | # Evas |
136 | 136 | ||
137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.9 eet >= 1.7.9) | 137 | PKG_CHECK_MODULES([EVAS], evas >= 1.7.10 eet >= 1.7.10) |
138 | 138 | ||
139 | # Xlib | 139 | # Xlib |
140 | 140 | ||