diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 16:55:54 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 17:05:27 -0600 |
commit | e890cb118c4a681c2b4af095a363fc9e50eb180a (patch) | |
tree | bb93b82c41920d0f31e21ac642e73ccba9b4aea4 /scripts/makefile.hpux | |
parent | 275d1aa94efcf6665576fcd8272557639a8402d7 (diff) | |
download | libpng-e890cb118c4a681c2b4af095a363fc9e50eb180a.tar.gz |
[master] Bump to version bump-to-1.2.41beta15.tarv1.2.41beta15-
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 b1f699726..b0ea9c68d 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.41beta14 +PNGMIN = 1.2.41beta15 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |