make distcheck and... SNAP!

SVN revision: 41039
This commit is contained in:
Carsten Haitzler 2009-06-15 05:32:49 +00:00
parent 3fdf30bc4e
commit 39b35bea05
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([elementary], [0.4.0.0], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([elementary], [0.5.0.0], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
@ -33,7 +33,7 @@ SNAP=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $4);}'`
version_info=`expr $VMAJ + $VMIN`":$VMIC:$VMIN"
AC_SUBST(version_info)
release="ver-pre-svn-01"
release="ver-svn-02"
case "$host_os" in
mingw32ce* | cegcc*)
MODULE_ARCH="$host_os-$host_cpu"