diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:19:33 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:31:50 -0600 |
commit | a58818a079e4455c4e6eceb554ad2dac2c181149 (patch) | |
tree | bcc68aeab5c081478d806c7a5c81080f71a53d8d /scripts/makefile.hpux | |
parent | e69b55d9ac0c016b471f69a39c98230681c6e8fa (diff) | |
download | libpng-a58818a079e4455c4e6eceb554ad2dac2c181149.tar.gz |
[devel] Imported from libpng-1.4.0rc07.tarv1.4.0rc07
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 b55b1b525..b51a9a7cd 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.0rc06 +PNGMIN = 1.4.0rc07 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |