diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 18:26:18 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 18:32:13 -0600 |
commit | 67a83db98dd151724219766ed465ba30a454b19f (patch) | |
tree | 5e03e99cdff7b064ccf1eba190acb0af8a0192b8 /scripts/makefile.hpux | |
parent | a0e0c6c8e742c9bda5aba5f2f475c4899d58c0eb (diff) | |
download | libpng-67a83db98dd151724219766ed465ba30a454b19f.tar.gz |
[devel] Imported from libpng-1.4.0rc08.tarv1.4.0rc08
Diffstat (limited to 'scripts/makefile.hpux')
-rw-r--r-- | scripts/makefile.hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.hpux b/scripts/makefile.hpux index b51a9a7cd..926b42577 100644 --- a/scripts/makefile.hpux +++ b/scripts/makefile.hpux @@ -21,7 +21,7 @@ ZLIBINC=/opt/zlib/include # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0rc07 +PNGMIN = 1.4.0rc08 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |