diff options
author | amet <amet.nospam@gmail.com> | 2012-12-01 03:03:19 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2012-12-01 03:03:19 +0400 |
commit | d057b42b3eba7328a1b63e69f057a663d74acd04 (patch) | |
tree | 14e30cd9afbddc6a9c104f8a368dc17b641a5296 | |
parent | f14f5a534c30f0e65992793e6b1cbe4567b594c4 (diff) |
bump libpng to 1.5.13
-rw-r--r-- | tools/darwin/depends/libpng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libpng/Makefile b/tools/darwin/depends/libpng/Makefile index 7edef1eaf8..486b9f53b3 100644 --- a/tools/darwin/depends/libpng/Makefile +++ b/tools/darwin/depends/libpng/Makefile @@ -2,7 +2,7 @@ include ../Makefile.include # lib name, version LIBNAME=libpng -VERSION=1.2.38 +VERSION=1.5.13 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |