summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-27 05:25:33 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-27 05:27:17 -0500
commit9fcb846402d8692d25cb5286777a832ca852fa44 (patch)
treee2c3db1559f0751df5c83b4b0acaa262f2e7b75a /CMakeLists.txt
parent136b3203f464df16ee74941aa020d90a9ba51763 (diff)
downloadlibpng-9fcb846402d8692d25cb5286777a832ca852fa44.tar.gz
[libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signed
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8bdbcc8f..0c72c36dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -817,7 +817,7 @@ endif(NOT WIN32 OR CYGWIN OR MINGW)
# SET UP LINKS
if(PNG_SHARED)
set_target_properties(png PROPERTIES
-# VERSION 16.${PNGLIB_RELEASE}.1.6.31rc02
+# VERSION 16.${PNGLIB_RELEASE}.1.6.31
VERSION 16.${PNGLIB_RELEASE}.0
SOVERSION 16
CLEAN_DIRECT_OUTPUT 1)