diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 21:37:31 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 21:43:26 -0500 |
commit | 07def6f68be917ade31f2956eb5fe939cdce3648 (patch) | |
tree | 2252e02f22600f6fa09680ff0e195ee3db5c9318 /scripts/makefile.darwin | |
parent | 8f5846f86d2f0215414b1e14cca50f7219e16b40 (diff) | |
download | libpng-07def6f68be917ade31f2956eb5fe939cdce3648.tar.gz |
[devel] Bump version to 1.4.0beta90
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 4f5260929..91948643a 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -22,7 +22,7 @@ ZLIBINC=../zlib # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta89 +PNGMIN = 1.4.0beta90 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |