From 0a1bd585e2acca5f929798f7fcc230548455c616 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 20 Mar 2015 12:07:16 +0100 Subject: [PATCH] updated revision (version now 0.3.2) and fixed creation of version string --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d6b5d5..615d547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) set(VERSION 0.3) -set(VERSION_REVISION 1) +set(VERSION_REVISION 2) set(TARGET ${PROJECT_NAME}) # cmake: build options @@ -21,7 +21,7 @@ add_definitions( #-O2 -DVERSION_STRING=${VERSION} -DPROJECT_NAME=\"${PROJECT_NAME}\" - -DVERSION_REVISION_STRING=${VERSION} + -DVERSION_REVISION_STRING=${VERSION_REVISION} ) # package: package information -- 1.7.1