|
From: <enl...@li...> - 2005-02-21 09:36:01
|
Enlightenment CVS committal Author : raster Project : e17 Module : apps/elation Dir : e17/apps/elation Modified Files: configure.in Log Message: 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". :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/elation/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- configure.in 5 Jan 2005 05:05:24 -0000 1.2 +++ configure.in 21 Feb 2005 09:34:19 -0000 1.3 @@ -4,7 +4,7 @@ rm -f config.cache AC_INIT(configure.in) -AM_INIT_AUTOMAKE(elation, 0.0.1) +AM_INIT_AUTOMAKE(elation, 0.0.1.001) AM_CONFIG_HEADER(config.h) AC_C_BIGENDIAN |