SVN revision: 47222
This commit is contained in:
Kim Woelders 2010-03-14 20:34:27 +00:00
parent dcddb36686
commit f3888ffb4f
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(imlib2, 1.4.2.001, enlightenment-devel@lists.sourceforge.net)
AC_INIT(imlib2, 1.4.3, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)
dnl#AC_CONFIG_MACRO_DIR([m4])
@ -34,7 +34,7 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
AC_PROG_LIBTOOL
VERSION_CUR=5
VERSION_REV=2
VERSION_REV=3
VERSION_AGE=4
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)