summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-14 12:47:45 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-09-14 12:48:53 -0500
commit1c98b8588624c6be62186e5c7ad138f922832413 (patch)
tree45c0b917c78e8a57c2c244285bf00b97b6806290 /CMakeLists.txt
parent4de130c255b37879b653080bdda7b4694ec120ce (diff)
downloadlibpng-1c98b8588624c6be62186e5c7ad138f922832413.tar.gz
[libpng16] Bump version to 1.6.33beta04
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 7c7a30e0c..8b3f44c85 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.33beta03
+# VERSION 16.${PNGLIB_RELEASE}.1.6.33beta04
VERSION 16.${PNGLIB_RELEASE}.0
SOVERSION 16
CLEAN_DIRECT_OUTPUT 1)