summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2010-03-14 20:34:27 +0000
committerKim Woelders <kim@woelders.dk>2010-03-14 20:34:27 +0000
commitf3888ffb4fe197fab3c5d820f1979f43c849f356 (patch)
tree364c1553913320b52221723a6b59dac0d1929649
parentdcddb36686ee91a2d00bb652a540ad1148c8c164 (diff)
downloadimlib2-f3888ffb4fe197fab3c5d820f1979f43c849f356.tar.gz
1.4.3.v1.4.3
SVN revision: 47222
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8d4c49b..c77fd5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)