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..."