summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-04-25 09:12:51 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-04-25 09:19:04 -0500
commit3f677d1c6567e7287aa6d359b0a7e7ee75a3cfab (patch)
tree4fd82c90efe804cbc99f99ca74e543bdd51fa964 /configure.ac
parent809355b4aa84ae06f9a4e063c7e9d22fd7930170 (diff)
downloadlibpng-3f677d1c6567e7287aa6d359b0a7e7ee75a3cfab.tar.gz
[libpng16] Bump version to 1.6.3beta01
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 f9bc4f634..cbbd7996e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_PREREQ([2.68])
dnl Version number stuff here:
-AC_INIT([libpng],[1.6.2],[png-mng-implement@lists.sourceforge.net])
+AC_INIT([libpng],[1.6.3beta01],[png-mng-implement@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([scripts])
# libpng does not follow GNU file name conventions (hence 'foreign')
@@ -39,10 +39,10 @@ dnl automake, so the following is not necessary (and is not defined anyway):
dnl AM_PREREQ([1.11.2])
dnl stop configure from automagically running automake
-PNGLIB_VERSION=1.6.2
+PNGLIB_VERSION=1.6.3beta01
PNGLIB_MAJOR=1
PNGLIB_MINOR=6
-PNGLIB_RELEASE=2
+PNGLIB_RELEASE=3
dnl End of version number stuff