raster pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=b82774390927c8d6257772dc480c8fc2bc293c59
commit b82774390927c8d6257772dc480c8fc2bc293c59 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Nov 25 14:52:56 2013 +0900 0.4-alpha3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3af1d33..e798749 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([terminology], [0.4.0-alpha2], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([terminology], [0.4.0-alpha3], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) --