diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-13 11:41:33 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-13 12:02:11 -0500 |
commit | a93c9420703669f2514f0abed2ceee9a72f209bc (patch) | |
tree | 385a0f4f8089e8a0848b879b01e78deb05f24061 /scripts/makefile.sggcc | |
parent | a6cc627446e8c4c613092f5a0b4d532ce88620a1 (diff) | |
download | libpng-a93c9420703669f2514f0abed2ceee9a72f209bc.tar.gz |
Imported from libpng-1.4.0beta54.tarv1.4.0beta54
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 3b3b72cdc..7d6145cab 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -6,7 +6,7 @@ # Library name: LIBNAME=libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta53 +PNGMIN = 1.4.0beta54 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |