diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2014-02-06 10:30:17 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2014-02-06 10:42:16 -0600 |
commit | ee6be8733241b2f68dcb614701d70fb085cbd0d5 (patch) | |
tree | 358be11e3ce4848f3793c4c8082a59106d34b0dc /scripts/makefile.hpux | |
parent | 849b2c9cbfcb144ac06459cdad06cd0b652fbd7a (diff) | |
download | libpng-ee6be8733241b2f68dcb614701d70fb085cbd0d5.tar.gz |
[libpng12] Bump version to 1.2.52beta01
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 999d6b620..e03e2a9bb 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.51 +PNGMIN = 1.2.52beta01 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |