diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:19:33 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:31:50 -0600 |
commit | a58818a079e4455c4e6eceb554ad2dac2c181149 (patch) | |
tree | bcc68aeab5c081478d806c7a5c81080f71a53d8d /scripts/makefile.sggcc | |
parent | e69b55d9ac0c016b471f69a39c98230681c6e8fa (diff) | |
download | libpng-a58818a079e4455c4e6eceb554ad2dac2c181149.tar.gz |
[devel] Imported from libpng-1.4.0rc07.tarv1.4.0rc07
Diffstat (limited to 'scripts/makefile.sggcc')
-rw-r--r-- | scripts/makefile.sggcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sggcc b/scripts/makefile.sggcc index 29c73c312..77598174f 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0rc06 +PNGMIN = 1.4.0rc07 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |