summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-01-02 20:09:40 +0100
committerChristian Beier <dontmind@freeshell.org>2017-01-02 20:09:40 +0100
commit07d5101f6a94c8221226ae66e33c903a1bc8b4ad (patch)
tree36aff9eed3c23e144cfba3bafe05c523d2bda63a /CMakeLists.txt
parentcc835fa938a8a4d3dd13a4f71ecd38ed9a2b82e9 (diff)
downloadlibtdevnc-07d5101f6a94c8221226ae66e33c903a1bc8b4ad.tar.gz
libtdevnc-07d5101f6a94c8221226ae66e33c903a1bc8b4ad.zip
CMake: bump version.
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 744e0e0..48f6421 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ set(PACKAGE_NAME "LibVNCServer")
set(FULL_PACKAGE_NAME "LibVNCServer")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "9")
-set(VERSION_PATCHLEVEL "11")
+set(VERSION_PATCHLEVEL "12")
set(VERSION_SO "1")
set(PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCHLEVEL}")
set(PROJECT_BUGREPORT_PATH "https://github.com/LibVNC/libvncserver/issues")