From 1a97b4ce619649701d368f505f6754a9845a7d74 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Mon, 4 May 2015 09:12:09 +0200 Subject: [PATCH] define this as revision 3 of version 0.3 and add to intranator source master --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 615d547..f38e961 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) set(VERSION 0.3) -set(VERSION_REVISION 2) +set(VERSION_REVISION 3) set(TARGET ${PROJECT_NAME}) # cmake: build options -- 1.7.1