From: raster Date: Wed, 2 Dec 2009 07:22:35 +0000 (+0000) Subject: asparagus - finally X-Git-Tag: 2.0_alpha~163^2~752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dc24a5e48dfcc01ee301c4aa7952799af08e433;p=framework%2Fuifw%2Fedje.git asparagus - finally git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@44113 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 1990e10..a1fe5bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,8 @@ -dnl Process this file with autoconf to produce a configure script. - # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([edje], [0.9.92.062], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([edje], [0.9.93.063], [enlightenment-devel@lists.sourceforge.net]) +release="ver-svn-04" AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) @@ -27,7 +26,6 @@ SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'` version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN" AC_SUBST(version_info) -release="ver-pre-svn-04" case "$host_os" in mingw32ce* | cegcc*) ;;