From 5e30b38fa5b889d4ba400ec9c0794983bb408a01 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 5 Apr 2018 15:21:02 +0200 Subject: [PATCH] [build] bump libpng to v1.6.34 (#637) --- thirdparty/libpng/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/libpng/CMakeLists.txt b/thirdparty/libpng/CMakeLists.txt index dbb5abd07..c193f18ca 100644 --- a/thirdparty/libpng/CMakeLists.txt +++ b/thirdparty/libpng/CMakeLists.txt @@ -28,7 +28,7 @@ endif() ko_write_gitclone_script( GIT_CLONE_SCRIPT_FILENAME https://github.com/glennrp/libpng.git - v1.6.23 + v1.6.34 ${SOURCE_DIR} )