We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7506512 commit 7d1b161Copy full SHA for 7d1b161
CMakeLists.txt
@@ -32,7 +32,7 @@ message(STATUS "-------- CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX} ---------
32
# Define the dft_tools version numbers and get the git hash
33
set(DFT_TOOLS_VERSION_MAJOR 2)
34
set(DFT_TOOLS_VERSION_MINOR 2)
35
-set(DFT_TOOLS_VERSION_PATCH 0)
+set(DFT_TOOLS_VERSION_PATCH 1)
36
set(DFT_TOOLS_VERSION ${DFT_TOOLS_VERSION_MAJOR}.${DFT_TOOLS_VERSION_MINOR}.${DFT_TOOLS_VERSION_PATCH})
37
triqs_get_git_hash_of_source_dir(DFT_TOOLS_GIT_HASH)
38
message(STATUS "Dft_tools version : ${DFT_TOOLS_VERSION}")
0 commit comments