change versions. some went DOWN - because they arent releases and i'm trying
authorraster <raster>
Mon, 21 Feb 2005 09:35:30 +0000 (09:35 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 21 Feb 2005 09:35:30 +0000 (09:35 +0000)
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

index e853914..e670db2 100644 (file)
@@ -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."