Bumping stable efl to 1.7.5.

SVN revision: 82180
This commit is contained in:
Luis Felipe Strano Moraes 2013-01-04 14:54:07 +00:00
parent 545dc7f200
commit 1fc2bc49c3
3 changed files with 14 additions and 5 deletions

View File

@ -30,4 +30,8 @@
* 1.7.4 release
2013-01-04 Luis Felipe Strano Moraes
* 1.7.5 release

7
NEWS
View File

@ -1,4 +1,9 @@
Expedite 1.7.4
Expedite 1.7.5
Changes since Expedite 1.7.4:
-----------------------------
No changes, just updating to keep in sync with last release.
Changes since Expedite 1.7.3:
-----------------------------

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([expedite], [1.7.4], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([expedite], [1.7.5], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
@ -123,18 +123,18 @@ LT_PROG_RC
case "$host_os" in
mingw32*)
PKG_CHECK_MODULES([EVIL], [evil >= 1.6.99])
PKG_CHECK_MODULES([EVIL], [evil >= 1.7.5])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed])
;;
esac
# Eina
PKG_CHECK_MODULES([EINA], eina >= 1.6.99)
PKG_CHECK_MODULES([EINA], eina >= 1.7.5)
# Evas
PKG_CHECK_MODULES([EVAS], evas >= 1.6.99 eet >= 1.6.99)
PKG_CHECK_MODULES([EVAS], evas >= 1.7.5 eet >= 1.7.5)
# Xlib