diff --git a/ChangeLog b/ChangeLog index 0a5f2fc..aef24a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,4 +30,8 @@ * 1.7.4 release +2013-01-04 Luis Felipe Strano Moraes + + * 1.7.5 release + diff --git a/NEWS b/NEWS index 51b3066..71c7b90 100644 --- a/NEWS +++ b/NEWS @@ -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: ----------------------------- 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. # 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