diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-10-12 18:57:01 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-11-08 02:14:57 +0100 |
commit | 609ccec1a0ab23101e00dded5015458d14a8bbd0 (patch) | |
tree | 0af51d2fea60b6074c6c298d59cb5674b76f2d97 /CMakeLists.txt | |
parent | 3df7537a301a3502f81f55b8261e92a97c9bdd45 (diff) | |
download | libtdevnc-609ccec1a0ab23101e00dded5015458d14a8bbd0.tar.gz libtdevnc-609ccec1a0ab23101e00dded5015458d14a8bbd0.zip |
Update version number in autotools && cmake, NEWS entry.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ba3ff43..db54c4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(TestBigEndian) set(PACKAGE_NAME "LibVNCServer") set(FULL_PACKAGE_NAME "LibVNCServer") -set(PACKAGE_VERSION "0.9.8") +set(PACKAGE_VERSION "0.9.8.1") set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver") set(CMAKE_C_FLAGS "-O2 -W -Wall -g") |