From fef4386accfe686abc304e43fec235eefdbacd3e Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 23 May 2012 12:17:42 +0200 Subject: Add Compile Time Version Test Defines. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index be519f3..aaa6029 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,9 @@ include(CheckCSourceRuns) set(PACKAGE_NAME "LibVNCServer") set(FULL_PACKAGE_NAME "LibVNCServer") set(PACKAGE_VERSION "0.9.10") +set(VERSION_MAJOR "0") +set(VERSION_MINOR "9") +set(VERSION_PATCHLEVEL "10") set(PROJECT_BUGREPORT_PATH "http://sourceforge.net/projects/libvncserver") set(CMAKE_C_FLAGS "-O2 -W -Wall -g") set(LIBVNCSERVER_DIR ${CMAKE_SOURCE_DIR}/libvncserver) -- cgit v1.2.3