summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-03-27 20:21:34 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-03-27 20:26:28 -0500
commit10de36ef25872453b435ba7c0de72da038e8dba6 (patch)
tree37084c2ba8886b8f03327231077f9637c6b177e9 /CMakeLists.txt
parent17637544becae2b92397f1942c0acb398c8e8bfb (diff)
downloadlibpng-10de36ef25872453b435ba7c0de72da038e8dba6.tar.gz
[libpng15] Imported from libpng-1.5.15.tarv1.5.15
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 94e1837d8..bc9b9c68e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -236,7 +236,7 @@ endif(NOT WIN32 OR CYGWIN OR MINGW)
# SET UP LINKS
if(PNG_SHARED)
set_target_properties(${PNG_LIB_NAME} PROPERTIES
-# VERSION 15.${PNGLIB_RELEASE}.1.5.15rc01
+# VERSION 15.${PNGLIB_RELEASE}.1.5.15
VERSION 15.${PNGLIB_RELEASE}.0
SOVERSION 15
CLEAN_DIRECT_OUTPUT 1)