summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2012-04-25 13:38:33 +0200
committerChristian Beier <dontmind@freeshell.org>2012-04-25 13:38:33 +0200
commitb3a661fb72f19f4e2c9914cb3c672156f0da36ed (patch)
treec23f73737dc579256320f857b7f141cc283ea0be /CMakeLists.txt
parent6f9a9160c4006aecfc8ca5248e7e4bf8154aff62 (diff)
downloadlibtdevnc-b3a661fb72f19f4e2c9914cb3c672156f0da36ed.tar.gz
libtdevnc-b3a661fb72f19f4e2c9914cb3c672156f0da36ed.zip
Bump version to 0.9.9.
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 b9a67ca..2b291a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ include(CheckCSourceRuns)
set(PACKAGE_NAME "LibVNCServer")
set(FULL_PACKAGE_NAME "LibVNCServer")
-set(PACKAGE_VERSION "0.9.8.1")
+set(PACKAGE_VERSION "0.9.9")
set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver")
set(CMAKE_C_FLAGS "-O2 -W -Wall -g")
set(LIBVNCSERVER_DIR ${CMAKE_SOURCE_DIR}/libvncserver)