diff --git a/ChangeLog b/ChangeLog index f6cbbc5..0a5f2fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,4 +26,8 @@ * 1.7.3 release +2012-12-21 Luis Felipe Strano Moraes + + * 1.7.4 release + diff --git a/NEWS b/NEWS index b295b14..51b3066 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -Expedite 1.7.3 +Expedite 1.7.4 + +Changes since Expedite 1.7.3: +----------------------------- + +No changes, just updating to keep in sync with last release. Changes since Expedite 1.7.2: ----------------------------- diff --git a/configure.ac b/configure.ac index 2d498c8..c776e17 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.3], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([expedite], [1.7.4], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([config.h])