From 18cbed3eafd94dd8f4952fd9209157dec51dd7d5 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 19 Jun 2015 17:27:37 +0200 Subject: [PATCH] increase version to 0.7 main feature: tested time warp compatibility (or lack thereof, see file TODO) --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.1