summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-11-14 09:16:37 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-11-14 12:28:22 -0600
commita066d49b01fa7d134a946475534d50f62d97225a (patch)
treea54c485c3512b3c5baaba347c1792041947519b8 /configure.ac
parent05f3788b7a7ceed1616a0f5e4e754a84671ed5e6 (diff)
downloadlibpng-a066d49b01fa7d134a946475534d50f62d97225a.tar.gz
[master] Imported from libpng-1.6.7.tar
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index aaa298f86..28200c3f6 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.5],[png-mng-implement@lists.sourceforge.net])
+AC_INIT([libpng],[1.6.7],[png-mng-implement@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([scripts])
# libpng does not follow GNU file name conventions (hence 'foreign')
@@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([scripts])
# dist-xz requires automake 1.11 or later
# 1.12.2 fixes a security issue in 1.11.2 and 1.12.1
# 1.13 is required for parallel tests
-AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules])
+AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
# The following line causes --disable-maintainer-mode to be the default to
# configure, this is necessary because libpng distributions cannot rely on the
# time stamps of the autotools generated files being correct
@@ -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.5
+PNGLIB_VERSION=1.6.7
PNGLIB_MAJOR=1
PNGLIB_MINOR=6
-PNGLIB_RELEASE=5
+PNGLIB_RELEASE=7
dnl End of version number stuff