From: Christian Herdtweck Date: Fri, 19 Jun 2015 15:27:37 +0000 (+0200) Subject: increase version to 0.7 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=18cbed3eafd94dd8f4952fd9209157dec51dd7d5;p=pingcheck increase version to 0.7 main feature: tested time warp compatibility (or lack thereof, see file TODO) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c29c155..5e164b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) -set(VERSION 0.6) -set(VERSION_REVISION 5) +set(VERSION 0.7) +set(VERSION_REVISION 0) set(TARGET ${PROJECT_NAME}) # cmake: build options