From: Thomas Jarosch Date: Wed, 7 Apr 2021 10:10:06 +0000 (+0200) Subject: Increase pingcheck version to 0.8 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=f10c2157428232e11da2fa0cf8461f054b25316b;p=pingcheck Increase pingcheck version to 0.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d36b471..b5e89d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # project: definitions project(pingcheck) -set(VERSION 0.7) -set(VERSION_REVISION 1) +set(VERSION 0.8) +set(VERSION_REVISION 0) set(TARGET ${PROJECT_NAME}) # cmake: build options