From f2b02a960f63d35917f65244da47cc60b681fc6e Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Thu, 2 Jun 2022 08:50:54 +0200 Subject: [PATCH] Update release number (v3.0.2, Epsilon Eridani) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c859ae6..6e581ea 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.1) +project(prmon VERSION 3.0.2) #--- Define basic build settings ----------------------------------------------- # - Use GNU-style hierarchy for installing build products