diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-20 09:45:08 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-20 09:46:59 -0600 |
commit | 311c8476f8d2762f356e32c6d422faffc4f4aa5b (patch) | |
tree | 2299198216a5694acf7c61f39db085cf624fd3e7 /scripts/makefile.darwin | |
parent | e5403da657657fe39067ffdabafdc168faf988f7 (diff) | |
download | libpng-311c8476f8d2762f356e32c6d422faffc4f4aa5b.tar.gz |
[devel] Bump to version 1.4.0beta103
Diffstat (limited to 'scripts/makefile.darwin')
-rw-r--r-- | scripts/makefile.darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.darwin b/scripts/makefile.darwin index c3738fc82..e1813cac3 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -22,7 +22,7 @@ ZLIBINC=../zlib # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0rc02 +PNGMIN = 1.4.0beta103 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |