diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-09 06:54:18 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-09 06:58:18 -0600 |
commit | 015289e21d7265ba754355b4df640786e9beb2d3 (patch) | |
tree | c878e6af7fbf3e47e00de585d046f1ac2060acca /scripts/makefile.hpux | |
parent | 17ca34034b2b14b856b0c6ff365299a390312946 (diff) | |
download | libpng-015289e21d7265ba754355b4df640786e9beb2d3.tar.gz |
[devel] Bump to version 1.4.0beta95
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 2ca6fedd6..3ed8cab45 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.0beta94 +PNGMIN = 1.4.0beta95 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |