[libpng15] Bump version to libpng-1.6.0alpha01

This commit is contained in:
Glenn Randers-Pehrson
2011-11-23 15:28:01 -06:00
parent 12fb29f951
commit 15ea1fa337
28 changed files with 91 additions and 81 deletions

View File

@@ -18,15 +18,15 @@ AC_PREREQ(2.59)
dnl Version number stuff here:
AC_INIT([libpng], [1.5.7beta05], [png-mng-implement@lists.sourceforge.net])
AC_INIT([libpng], [1.6.0alpha01], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
PNGLIB_VERSION=1.5.7beta05
PNGLIB_VERSION=1.6.0alpha01
PNGLIB_MAJOR=1
PNGLIB_MINOR=5
PNGLIB_RELEASE=7
PNGLIB_MINOR=6
PNGLIB_RELEASE=0
dnl End of version number stuff