Imported from libpng-1.0.3.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-01-13 22:06:39 -06:00
parent c944229859
commit 87544ac62b
34 changed files with 347 additions and 115 deletions

View File

@@ -14,7 +14,7 @@ ZLIBINC=../zlib
# read libpng.txt or png.h to see why PNGMAJ is 2. You should not
# have to change it.
PNGMAJ = 2
PNGMIN = 1.0.2b
PNGMIN = 1.0.3
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=cc