Imported from libpng-1.2.1beta4.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-11-07 07:10:08 -06:00
parent 3f549259b2
commit 5cded0b4b5
54 changed files with 164 additions and 131 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.1beta3
PNGMIN = 1.2.1beta4
PNGVER = $(PNGMAJ).$(PNGMIN)
prefix=/usr/local