diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-14 05:56:38 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-14 06:25:31 -0600 |
commit | 71cff967a9f25675ad264437d3def431e4b0a054 (patch) | |
tree | 03a98a422db02943aec073e2b7eb988efea5b462 /scripts/makefile.sco | |
parent | b612eee957c23d41c72e1885e6ffe08f9ec2d0ed (diff) | |
download | libpng-71cff967a9f25675ad264437d3def431e4b0a054.tar.gz |
[devel] Bump to version 1.4.0beta100
Diffstat (limited to 'scripts/makefile.sco')
-rw-r--r-- | scripts/makefile.sco | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sco b/scripts/makefile.sco index 436f08a2b..2715e4b0e 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta99 +PNGMIN = 1.4.0beta100 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |