diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2007-08-09 21:43:19 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-09-03 12:24:29 -0500 |
commit | 0a7bbf869742fa34e1749a0aedf7d1926c39de43 (patch) | |
tree | 6a98a8a58f0d5c72e1a95fce3cb168451c95ac3c /scripts/makefile.darwin | |
parent | 59e559b2a23f9a1c48136af5be01e2e2b3136005 (diff) | |
download | libpng-0a7bbf869742fa34e1749a0aedf7d1926c39de43.tar.gz |
[libpng10] Imported from libpng-1.0.27rc4.tarv1.0.27rc4
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 2bd46b9c7..288de6d97 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -19,7 +19,7 @@ ZLIBINC=../zlib # Library name: LIBNAME = libpng10 PNGMAJ = 0 -PNGMIN = 1.0.27rc3 +PNGMIN = 1.0.27rc4 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |