Imported from libpng-1.2.2beta3.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-03-06 22:08:00 -06:00
parent c6de22da1d
commit c1bfe686ce
59 changed files with 762 additions and 308 deletions

View File

@@ -18,7 +18,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.2beta2
PNGMIN = 1.2.2beta3
PNGVER = $(PNGMAJ).$(PNGMIN)
prefix=/usr/local