Imported from libpng-1.0.9beta6.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-12-18 09:33:57 -06:00
parent 2ad31ae31f
commit 408b421265
48 changed files with 231 additions and 121 deletions

View File

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