diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2006-11-07 20:08:18 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-09-03 12:23:36 -0500 |
commit | 6fbb54d2532f47e01b2ac9ee0a36a2a98c097b04 (patch) | |
tree | 9bb66ddd7f995214e2e6cac53569e7bc81c561ae /scripts/makefile.hp64 | |
parent | fba872492be45a4d436097e9ade1d697afadf23f (diff) | |
download | libpng-6fbb54d2532f47e01b2ac9ee0a36a2a98c097b04.tar.gz |
[libpng10] Imported from libpng-1.0.21rc1.tarv1.0.21rc1
Diffstat (limited to 'scripts/makefile.hp64')
-rw-r--r-- | scripts/makefile.hp64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64 index 0566e11f2..08975c1b7 100644 --- a/scripts/makefile.hp64 +++ b/scripts/makefile.hp64 @@ -18,7 +18,7 @@ ZLIBINC=/opt/zlib/include # Library name: LIBNAME = libpng10 PNGMAJ = 0 -PNGMIN = 1.0.20 +PNGMIN = 1.0.21rc1 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |