diff options
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 e994bb540..489360ad2 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.39beta02 +PNGMIN = 1.2.39beta03 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |