Skip to content

Commit

Permalink
upgrade the libpng to 1.6.35 (apache#14620)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 authored and Rohit Kumar Srivastava committed May 14, 2019
1 parent 0abb573 commit 5137230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/libpng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 5137230

Please sign in to comment.