summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-20 18:39:08 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-20 18:40:13 -0500
commit2da37077db0773694c36a04a791c314cd259d7f1 (patch)
tree61b9b37935ef70c6cbb59bdb1a4af7159075e847 /CMakeLists.txt
parente1220aefc446837c8b7ee0ff01720ee594c23a4b (diff)
downloadlibpng-2da37077db0773694c36a04a791c314cd259d7f1.tar.gz
[libpng16] Bump version to 1.6.33rc02
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 157273c29..b9627929a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -844,7 +844,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.33rc01
+# VERSION 16.${PNGLIB_RELEASE}.1.6.33rc02
VERSION 16.${PNGLIB_RELEASE}.0
SOVERSION 16
CLEAN_DIRECT_OUTPUT 1)