diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 18:27:30 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 18:29:51 -0600 |
commit | 5cfea4fc9813fe675f02d2f5cae7c60ee2e5163c (patch) | |
tree | 9013368934e1c2c6ed2e721054372191113e7130 /scripts/makefile.hpgcc | |
parent | a87c870f991a877458edd19056b8ca2e7dcc994d (diff) | |
download | libpng-5cfea4fc9813fe675f02d2f5cae7c60ee2e5163c.tar.gz |
[master] Imported from libpng-1.2.42rc05.tarv1.2.42rc05
Diffstat (limited to 'scripts/makefile.hpgcc')
-rw-r--r-- | scripts/makefile.hpgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc index 07ad6f9fe..9401a4189 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.42rc04 +PNGMIN = 1.2.42rc05 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |