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