Imported from libpng-1.2.3rc4.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-05-02 20:49:40 -05:00
parent 299d73503c
commit 704228f7e7
63 changed files with 736 additions and 282 deletions

View File

@@ -19,7 +19,7 @@ RM = rm -f
# read libpng.txt or png.h to see why PNGMAJ is 0. You should not
# have to change it.
PNGMAJ = 0
PNGMIN = 1.2.3rc3
PNGMIN = 1.2.3rc4
PNGVER = $(PNGMAJ).$(PNGMIN)
prefix=/usr/local