Imported from libpng-1.0.7rc1.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-06-09 08:46:21 -05:00
parent db66d44801
commit 1f2d559f70
52 changed files with 190 additions and 202 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.7beta17
PNGMIN = 1.0.7rc1
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=cc