From be358ac170e40cd7182e832ae5a47708f81284cc Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Mon, 4 May 2015 17:23:56 +0200 Subject: [PATCH] increased version to 0.4 revision 0: new DNS, merged Scheduler with Rotate and made it use async DNS --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f38e961..896c2e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) -set(VERSION 0.3) -set(VERSION_REVISION 3) +set(VERSION 0.4) +set(VERSION_REVISION 0) set(TARGET ${PROJECT_NAME}) # cmake: build options -- 1.7.1