summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2022-11-27 13:10:35 +0200
committerCosmin Truta <ctruta@gmail.com>2022-11-27 13:10:35 +0200
commit3c761b51359abdb6b80a101f0f21e7579cedceef (patch)
tree026948c8014d94341a5f3ac0d7c8326c31fce4b4 /configure.ac
parent07b8803110da160b158ebfef872627da6c85cbdf (diff)
downloadlibpng-3c761b51359abdb6b80a101f0f21e7579cedceef.tar.gz
Bump version to 1.6.40.git
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 986c77470..75f145ef4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.68])
dnl Version number stuff here:
-AC_INIT([libpng],[1.6.39],[png-mng-implement@lists.sourceforge.net])
+AC_INIT([libpng],[1.6.40.git],[png-mng-implement@lists.sourceforge.net])
AC_CONFIG_MACRO_DIR([scripts])
# libpng does not follow GNU file name conventions (hence 'foreign')
@@ -46,10 +46,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.39
+PNGLIB_VERSION=1.6.40.git
PNGLIB_MAJOR=1
PNGLIB_MINOR=6
-PNGLIB_RELEASE=39
+PNGLIB_RELEASE=40
dnl End of version number stuff