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/eet@13451 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index b1c9cc5..43f4054 100644 (file)
@@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(eet, 0.9.9)
+AM_INIT_AUTOMAKE(eet, 0.9.9.001)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC