From f10c2157428232e11da2fa0cf8461f054b25316b Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 7 Apr 2021 12:10:06 +0200 Subject: [PATCH] Increase pingcheck version to 0.8 --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.1