From 58db8eacc3332c099d9299a4eb174f449124b479 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 10 Jun 2015 16:33:11 +0200 Subject: [PATCH] increased revision --> v0.6r2 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 453dba7..590831a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) set(VERSION 0.6) -set(VERSION_REVISION 1) +set(VERSION_REVISION 2) set(TARGET ${PROJECT_NAME}) # cmake: build options -- 1.7.1