From: Christian Herdtweck Date: Fri, 20 Mar 2015 11:07:16 +0000 (+0100) Subject: updated revision (version now 0.3.2) and fixed creation of version string X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=0a1bd585e2acca5f929798f7fcc230548455c616;p=pingcheck updated revision (version now 0.3.2) and fixed creation of version string --- 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