Skip to content

Commit

Permalink
Merge pull request #65 from allanleal/fix-version
Browse files Browse the repository at this point in the history
Increment version to 0.4.5
  • Loading branch information
allanleal authored Aug 30, 2023
2 parents ee60ff7 + f4053a8 commit ec1cbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ec1cbf3

Please sign in to comment.