From: Christian Herdtweck Date: Mon, 4 May 2015 15:23:56 +0000 (+0200) Subject: increased version to 0.4 revision 0: new DNS, merged Scheduler with Rotate and made... X-Git-Url: http://developer.intra2net.com/git/?p=pingcheck;a=commitdiff_plain;h=be358ac170e40cd7182e832ae5a47708f81284cc increased version to 0.4 revision 0: new DNS, merged Scheduler with Rotate and made it use async DNS --- 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