diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-02-08 09:07:38 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-02-08 09:13:44 -0600 |
commit | f88ac51a2efa0c41dc81d82048430945028c88e2 (patch) | |
tree | fdf11eef39d1810bce1394f663a49e0067e21bc9 /configure.ac | |
parent | bbac5e692ffed2bb5105a073e82098121abfd390 (diff) | |
download | libpng-f88ac51a2efa0c41dc81d82048430945028c88e2.tar.gz |
[libpng16] Bump version to 1.6.0rc06
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b4a9d986b..455ce3ad0 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.0rc05],[png-mng-implement@lists.sourceforge.net]) +AC_INIT([libpng],[1.6.0rc06],[png-mng-implement@lists.sourceforge.net]) AC_CONFIG_MACRO_DIR([scripts]) # libpng does not follow GNU file name conventions (hence 'foreign') @@ -37,7 +37,7 @@ 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.0rc05 +PNGLIB_VERSION=1.6.0rc06 PNGLIB_MAJOR=1 PNGLIB_MINOR=6 PNGLIB_RELEASE=0 |