summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-02 23:06:45 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-02 23:14:13 -0500
commit2b7d730e2751ab9486d174fb0432d28eb6658aba (patch)
treee14188fc8ee020b582f3c56f658d4b8926801d9e /configure.ac
parentbc6726bc041e6ed57e8b42582ab9e7a1147de316 (diff)
downloadlibpng-2b7d730e2751ab9486d174fb0432d28eb6658aba.tar.gz
[libpng15] Bump version to libpng-1.5.7beta01
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c3f1ebca1..f3db9f7d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,15 +18,15 @@ AC_PREREQ(2.59)
dnl Version number stuff here:
-AC_INIT([libpng], [1.5.6], [png-mng-implement@lists.sourceforge.net])
+AC_INIT([libpng], [1.5.7beta01], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
-PNGLIB_VERSION=1.5.6
+PNGLIB_VERSION=1.5.7beta01
PNGLIB_MAJOR=1
PNGLIB_MINOR=5
-PNGLIB_RELEASE=6
+PNGLIB_RELEASE=7
dnl End of version number stuff