From bb17f9543985132b14e5183e1eda85239144e1cb Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 16 Jul 2015 09:53:04 +0200 Subject: [PATCH] revision 1 of version 0.7 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e164b2..f168269 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) set(VERSION 0.7) -set(VERSION_REVISION 0) +set(VERSION_REVISION 1) set(TARGET ${PROJECT_NAME}) # cmake: build options -- 1.7.1