Imported from libpng-1.2.1beta3.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-10-27 07:35:13 -05:00
parent 6c97ddbffc
commit 3f549259b2
55 changed files with 227 additions and 209 deletions

View File

@@ -18,7 +18,7 @@ RM = rm -f
# read libpng.txt or png.h to see why PNGMAJ is 3. You should not
# have to change it.
PNGMAJ = 3
PNGMIN = 1.2.1beta2
PNGMIN = 1.2.1beta3
PNGVER = $(PNGMAJ).$(PNGMIN)
prefix=/usr/local