diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2014-02-03 09:56:58 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2014-02-03 09:59:08 -0600 |
commit | 370acba43842259c615e80ad0cbe83657573f168 (patch) | |
tree | e364105deff211302299a5f7156536bfdfc9b2ce /scripts/makefile.hpux | |
parent | ae48296140a69731a2776c7454e494599212e0c4 (diff) | |
download | libpng-370acba43842259c615e80ad0cbe83657573f168.tar.gz |
[libpng12] Imported from libpng-1.2.51rc03.tarv1.2.51rc03
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 16d2ec2aa..a888c286d 100644 --- a/scripts/makefile.hpux +++ b/scripts/makefile.hpux @@ -21,7 +21,7 @@ ZLIBINC=/opt/zlib/include # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.51rc02 +PNGMIN = 1.2.51rc03 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |