diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2008-06-25 12:40:22 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:17:07 -0500 |
commit | eb1cd11d57ae4907febdc2f58f5ae4ca7b0a4b67 (patch) | |
tree | 3626f7cd233d4e684dfc877a25b6d747556e549a /scripts/makefile.darwin | |
parent | a55c72890de52fe62754ef0bd2d0ceedc8c51efe (diff) | |
download | libpng-eb1cd11d57ae4907febdc2f58f5ae4ca7b0a4b67.tar.gz |
Imported from libpng-1.2.30beta02.tarv1.2.30beta02
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 8fa257380..2106ea0b7 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -19,7 +19,7 @@ ZLIBINC=../zlib # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.30beta01 +PNGMIN = 1.2.30beta02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |