From 69f58c2697ef55a25d4ec1c6be4c33195f0adabd Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Fri, 3 May 2024 15:57:38 +0200 Subject: [PATCH] Bump version number Next version v3.1.0, Lacaille 9352 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c76db3..4616b5d 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 3.0.2) +project(prmon VERSION 3.1.0) # For newer CMakes we ensure correct handling of extracting GTest from tarball if (POLICY CMP0135)