[master] Imported from libpng-1.5.13.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-09-27 06:21:28 -05:00
parent c86cf4b7e4
commit c2ac10b502
36 changed files with 343 additions and 253 deletions

View File

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