diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-09-25 11:55:35 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-09-25 11:56:46 -0500 |
commit | d237dacd834cbbb122d67c36832b7d59f05d9d73 (patch) | |
tree | 7b84b794666db0cf8928a8cbdf0e29ed56e984c8 /scripts/makefile.sggcc | |
parent | 398a4138d5da3a854a17fe307c2d793818f5ef39 (diff) | |
download | libpng-d237dacd834cbbb122d67c36832b7d59f05d9d73.tar.gz |
[devel] Bump version to 1.4.0beta84
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 9d494dbf7..f98a851fe 100644 --- a/scripts/makefile.sggcc +++ b/scripts/makefile.sggcc @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta83 +PNGMIN = 1.4.0beta84 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |