diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-23 09:22:12 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-25 20:27:48 -0500 |
commit | 47c6e47d1f8b34683ff1ce4bff0702aa06058aa4 (patch) | |
tree | 2f9d07c37b981ef038e18ff3d2658f35f62c9226 /scripts/makefile.hpgcc | |
parent | 009516860a463923175787770643444b621547a6 (diff) | |
download | libpng-47c6e47d1f8b34683ff1ce4bff0702aa06058aa4.tar.gz |
[legacy] Imported from libpng-1.2.44rc02.tarv1.2.44rc02
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 1c16e812a..7dbbb320a 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44rc01 +PNGMIN = 1.2.44rc02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |