[devel] Revert configure script update

This commit is contained in:
Glenn Randers-Pehrson
2009-07-28 17:20:26 -05:00
parent dfabe7d0f8
commit 8568f6e3e9
4 changed files with 164 additions and 164 deletions

View File

@@ -18,15 +18,15 @@ AC_PREREQ(2.59)
dnl Version number stuff here:
AC_INIT([libpng], [QQVERQQ], [png-mng-implement@lists.sourceforge.net])
AC_INIT([libpng], [1.4.0beta71], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
PNGLIB_VERSION=QQVERQQ
PNGLIB_MAJOR=QQMAJORQQ
PNGLIB_MINOR=QQMINORQQ
PNGLIB_RELEASE=QQRELEASEQQ
PNGLIB_VERSION=1.4.0beta71
PNGLIB_MAJOR=1
PNGLIB_MINOR=4
PNGLIB_RELEASE=0
dnl End of version number stuff