From 17a7635a9e785f0a702ccbdc7eee696fd86b8dae Mon Sep 17 00:00:00 2001 From: stu1130 Date: Thu, 4 Apr 2019 14:06:02 -0700 Subject: [PATCH] upgrade the libpng to 1.6.35 --- tools/dependencies/libpng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dependencies/libpng.sh b/tools/dependencies/libpng.sh index f71d4762ab34..39fa24c87ecd 100755 --- a/tools/dependencies/libpng.sh +++ b/tools/dependencies/libpng.sh @@ -19,7 +19,7 @@ # This script builds the static library of libpng that can be used as dependency of mxnet/opencv. set -ex -PNG_VERSION=1.6.34 +PNG_VERSION=1.6.35 if [[ ! -f $DEPS_PATH/lib/libpng.a ]]; then # download and build libpng >&2 echo "Building libpng..."