Skip to content

Commit

Permalink
[cmake] Bump Version number to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 3, 2024
1 parent 988fe98 commit 786f9ac
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 @@ -41,7 +41,7 @@ if(POLICY CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()

project(TRIQS VERSION 3.3.0 LANGUAGES CXX)
project(TRIQS VERSION 3.3.1 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

## C & C++ Headers
Expand Down

0 comments on commit 786f9ac

Please sign in to comment.