summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2011-08-15 19:30:41 +0000
committerKim Woelders <kim@woelders.dk>2011-08-15 19:30:41 +0000
commitd41d57003a71dc197ab835f462975eaf71bb2044 (patch)
treea6b4a1d8265682a7718a63f861bf8ec5807a7c36
parentebb62b7521bfbe3c2fda289c972e18cfdce940cc (diff)
downloadimlib2-d41d57003a71dc197ab835f462975eaf71bb2044.tar.gz
1.4.5.
SVN revision: 62486
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0c85b43..0fe6fb6 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.4, enlightenment-devel@lists.sourceforge.net)
+AC_INIT(imlib2, 1.4.5, 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=4
+VERSION_REV=5
VERSION_AGE=4
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)