Skip to content

Commit 7d1b161

Browse files
committed
[cmake] Bump version number to 2.2.1
1 parent 7506512 commit 7d1b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ message(STATUS "-------- CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX} ---------
3232
# Define the dft_tools version numbers and get the git hash
3333
set(DFT_TOOLS_VERSION_MAJOR 2)
3434
set(DFT_TOOLS_VERSION_MINOR 2)
35-
set(DFT_TOOLS_VERSION_PATCH 0)
35+
set(DFT_TOOLS_VERSION_PATCH 1)
3636
set(DFT_TOOLS_VERSION ${DFT_TOOLS_VERSION_MAJOR}.${DFT_TOOLS_VERSION_MINOR}.${DFT_TOOLS_VERSION_PATCH})
3737
triqs_get_git_hash_of_source_dir(DFT_TOOLS_GIT_HASH)
3838
message(STATUS "Dft_tools version : ${DFT_TOOLS_VERSION}")

0 commit comments

Comments
 (0)