From d4486a2c5fb52678afcee7b550a3da0c88848a8c Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Mon, 6 Jul 2020 15:35:01 +0200 Subject: [PATCH] Update release tag to 2.0.0 (#149) This commit prepares prmon v2.0.0 Checked that all tests pass and that the static build functions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a913aa..3f7803b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3) # - Call project() to setup system # From CMake 3, we can set the project version easily in one go -project(prmon VERSION 1.2.0) +project(prmon VERSION 2.0.0) #--- Define basic build settings ----------------------------------------------- # - Use GNU-style hierarchy for installing build products