diff options
-rw-r--r-- | tools/depends/native/libpng-native/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/libpng/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/libpng-native/Makefile b/tools/depends/native/libpng-native/Makefile index de868b8632..9cc55d7901 100644 --- a/tools/depends/native/libpng-native/Makefile +++ b/tools/depends/native/libpng-native/Makefile @@ -5,7 +5,7 @@ DEPS= ../../Makefile.include.in Makefile # lib name, version LIBNAME=libpng -VERSION=1.6.21 +VERSION=1.6.26 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/depends/target/libpng/Makefile b/tools/depends/target/libpng/Makefile index ce450635f8..47781cff43 100644 --- a/tools/depends/target/libpng/Makefile +++ b/tools/depends/target/libpng/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libpng -VERSION=1.6.21 +VERSION=1.6.26 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |