diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-19 20:31:31 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-19 20:36:57 -0500 |
commit | a2567be084ad9fd4f35360841f9e88cdfd2938c7 (patch) | |
tree | 0a3e9b7434a14346421f467a7bcb61f73b574a4b /scripts/makefile.hpux | |
parent | 614b91ded066f648a088235df4773f096bdf0c21 (diff) | |
download | libpng-a2567be084ad9fd4f35360841f9e88cdfd2938c7.tar.gz |
[devel] Imported from libpng-1.4.0rc01.tar
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 1acc13ec4..b4a7054c6 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.0beta87 +PNGMIN = 1.4.0rc01 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |