diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-01 14:18:43 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:11:12 -0500 |
commit | a6cc627446e8c4c613092f5a0b4d532ce88620a1 (patch) | |
tree | ae349784a068b935d9797b2e8250be7894472ba8 /scripts/makefile.sggcc | |
parent | 6a9c2cefdd6c5ac3bb5bdb430ff6f9a6cf1fb5f4 (diff) | |
download | libpng-a6cc627446e8c4c613092f5a0b4d532ce88620a1.tar.gz |
Imported from libpng-1.4.0beta53.tarv1.4.0beta53
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 f0129ff7a..3b3b72cdc 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -6,7 +6,7 @@ # Library name: LIBNAME=libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta52 +PNGMIN = 1.4.0beta53 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |