From f4053a8379eb27f69730097698cf656f62d4ab26 Mon Sep 17 00:00:00 2001 From: Allan Leal Date: Wed, 30 Aug 2023 09:43:11 +0200 Subject: [PATCH] Increment version to 0.4.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc7948e..8d067cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9) # Set the name of the project -project(ThermoFun VERSION 0.4.3 LANGUAGES CXX) +project(ThermoFun VERSION 0.4.5 LANGUAGES CXX) # Set the cmake module path of the project set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")