summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-12-28 20:14:46 +0100
committerChristian Beier <dontmind@freeshell.org>2016-12-28 20:14:46 +0100
commit1026ad43f50cc367d089f526593e36328689e071 (patch)
tree81dec885a5a93c5a881456c205850fd39487f6e2
parentfd35185ae15737579bff4f475a5349aaf71c911a (diff)
downloadlibtdevnc-1026ad43.tar.gz
libtdevnc-1026ad43.zip
CMake: version up as well.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e1839c..9424d8d 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 "10")
+set(VERSION_PATCHLEVEL "11")
set(VERSION_SO "0")
set(PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCHLEVEL}")
set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver")