diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2006-03-31 05:29:33 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:08:49 -0500 |
commit | 3a51203c48301dcd1b61f72d520a29a5071b9dad (patch) | |
tree | 36e562267293982b00fbed70ffe5e6fc99eef539 /configure.ac | |
parent | 4deeb795f60a3daa631f0d1f2ecf58825a56cde8 (diff) | |
download | libpng-3a51203c48301dcd1b61f72d520a29a5071b9dad.tar.gz |
Imported from libpng-1.2.9rc1.tarv1.2.9rc1
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 36736a583..ac9f70293 100644 --- a/configure.ac +++ b/configure.ac @@ -18,12 +18,12 @@ AC_PREREQ(2.59) dnl Version number stuff here: -AC_INIT([libpng], [1.2.9beta11], [png-mng-implement@lists.sourceforge.net]) +AC_INIT([libpng], [1.2.9rc1], [png-mng-implement@lists.sourceforge.net]) AM_INIT_AUTOMAKE dnl stop configure from automagically running automake AM_MAINTAINER_MODE -PNGLIB_VERSION=1.2.9beta11 +PNGLIB_VERSION=1.2.9rc1 PNGLIB_MAJOR=12 PNGLIB_MINOR=9 |