diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-02 09:38:45 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-02 09:41:34 -0500 |
commit | 60668aa210bf22ee65fc37b5ef036cbcfcc804c3 (patch) | |
tree | 8bab7b5a3719899b0f71155ea4f954378908b9f7 /scripts/makefile.hpux | |
parent | 455e8a42810b5906c9f6edb4d3de15e54ab59d05 (diff) | |
download | libpng-60668aa210bf22ee65fc37b5ef036cbcfcc804c3.tar.gz |
[master] Bump version to 1.2.4beta04
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 8950314fb..e08502500 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.41beta03 +PNGMIN = 1.2.41beta04 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |