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". :)


SVN revision: 13451
This commit is contained in:
Carsten Haitzler 2005-02-21 09:35:30 +00:00
parent abdd8729c0
commit e450a16122
6 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(ecore, 1.0.0_pre7)
AM_INIT_AUTOMAKE(ecore, 0.9.9.001)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View File

@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(edje, 0.5.0)
AM_INIT_AUTOMAKE(edje, 0.5.0.001)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC

View 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

View File

@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(embryo, 0.9.1)
AM_INIT_AUTOMAKE(embryo, 0.9.1.001)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View 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."

View File

@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(evas, 1.0.0_pre13)
AM_INIT_AUTOMAKE(evas, 0.9.9.001)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN