diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:43:19 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:50:04 -0600 |
commit | b9d671326be72f08b699ac8047a5253ea94f0c58 (patch) | |
tree | c8ba849d7befbef43b9faf980b5356c0312d9cee /scripts/makefile.sggcc | |
parent | 8e4e070151b3f321a34e09ec9de6a7e9c732ba94 (diff) | |
download | libpng-b9d671326be72f08b699ac8047a5253ea94f0c58.tar.gz |
[master] Imported from libpng-1.2.42rc04.tarv1.2.42rc04
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 deac9fe47..c4c4b3d84 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.42rc03 +PNGMIN = 1.2.42rc04 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |