diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 06:22:16 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 06:24:42 -0600 |
commit | bdbade92a713e9fc5b5c6074912b10522bd884ac (patch) | |
tree | 2bf55a325f254b3573092edea8c24f60702a7657 /scripts/makefile.hpux | |
parent | b0dd0ad7af5df9535b82f71afaba1e2849f30ee5 (diff) | |
download | libpng-bdbade92a713e9fc5b5c6074912b10522bd884ac.tar.gz |
[devel] Bump to version 1.4.0beta96
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 9ca5f094f..2c2cde1d7 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.0rc02 +PNGMIN = 1.4.0beta96 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |