From: raster Date: Wed, 2 Dec 2009 07:22:35 +0000 (+0000) Subject: asparagus - finally X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fffd0b89c205c1d7a09cef58e4a721f04aa3f355;p=profile%2Fivi%2Feet.git asparagus - finally git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@44113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index 21e638d..bdf7ed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -261,3 +261,8 @@ * Add check on libgcrypt library in configure. Needed when GNUtls support is enabled. + +2009-12-02 Carsten Haitzler (The Rasterman) + + * Release eet 1.2.3 + diff --git a/configure.ac b/configure.ac index 2f43f4c..9099406 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([eet], [1.2.2], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([eet], [1.2.3], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])