diff options
author | runge <runge> | 2009-01-12 02:52:27 +0000 |
---|---|---|
committer | runge <runge> | 2009-01-12 02:52:27 +0000 |
commit | effe81e36a5e2e9402a6c0f95ba64ef92f8e4ccd (patch) | |
tree | 68ac0e886b9165b8dfca7563293ed80bb2bfd5c6 /CMakeLists.txt | |
parent | a774823bdfbef51654c3e7292feab817262a556e (diff) | |
download | libtdevnc-effe81e36a5e2e9402a6c0f95ba64ef92f8e4ccd.tar.gz libtdevnc-effe81e36a5e2e9402a6c0f95ba64ef92f8e4ccd.zip |
configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7
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 4841cd0..e8876c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(TestBigEndian) set(PACKAGE_NAME "LibVNCServer") set(FULL_PACKAGE_NAME "LibVNCServer") -set(PACKAGE_VERSION "0.9.2") +set(PACKAGE_VERSION "0.9.7") set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver") include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/libvncserver) |