From 434536f5d6fc438d8c9fb4749da21b369015a9f5 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 27 May 2015 10:51:22 +0200 Subject: [PATCH] Release version 0.6 --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b765f72..cbe494d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) -set(VERSION 0.5) -set(VERSION_REVISION 2) +set(VERSION 0.6) +set(VERSION_REVISION 0) set(TARGET ${PROJECT_NAME}) # cmake: build options -- 1.7.1