diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 20:27:25 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 20:29:56 -0600 |
commit | 9ef984d1685d8ab8782dc03c6d197ddf7c4905d5 (patch) | |
tree | b9257cbb185782151f23d18b9d86cc35c4628204 /scripts/makefile.darwin | |
parent | fa557347bac251f7e4d8fdac4d8c25f4c9b515f2 (diff) | |
download | libpng-9ef984d1685d8ab8782dc03c6d197ddf7c4905d5.tar.gz |
[devel] Bump to version 1.4.0beta98
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 cca061d8b..231abe075 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -22,7 +22,7 @@ ZLIBINC=../zlib # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta97 +PNGMIN = 1.4.0beta98 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |