From fa8961ff998cff561c2cc16288dfc453905ac1bf Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 21 Feb 2005 09:35:30 +0000 Subject: [PATCH] change versions. some went DOWN - because they arent releases and i'm trying to remove the _pre ascii from the version. i added a .001 (a release number) so we can automatically or easiyl generate releases... sorry guys. but it's kind of "for the good of the code". :) git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@13451 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index e853914..e670db2 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. rm -f config.cache AC_INIT(configure.in) -AM_INIT_AUTOMAKE(emotion, 0.0.1) +AM_INIT_AUTOMAKE(emotion, 0.0.1.001) AM_CONFIG_HEADER(config.h) AC_C_BIGENDIAN @@ -189,7 +189,7 @@ if test -z "$V"; then exit -1 fi VV=`vser $V` -VM="1.0.0_pre7" +VM="0.9.9" VVM=`vser $VM` if test $VV -lt $VVM; then echo "Error. Ecore is not at least "$VM". It is "$V". Abort." @@ -202,7 +202,7 @@ if test -z "$V"; then exit -1 fi VV=`vser $V` -VM="1.0.0_pre13" +VM="0.9.9" VVM=`vser $VM` if test $VV -lt $VVM; then echo "Error. Evas is not at least "$VM". It is "$V". Abort." -- 2.7.4