mirror of
https://github.com/triqs/dft_tools
synced 2024-12-21 20:03:41 +01:00
[cmake] Bump version number to 2.2.1
This commit is contained in:
parent
750651283f
commit
7d1b16136f
@ -32,7 +32,7 @@ message(STATUS "-------- CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX} ---------
|
|||||||
# Define the dft_tools version numbers and get the git hash
|
# Define the dft_tools version numbers and get the git hash
|
||||||
set(DFT_TOOLS_VERSION_MAJOR 2)
|
set(DFT_TOOLS_VERSION_MAJOR 2)
|
||||||
set(DFT_TOOLS_VERSION_MINOR 2)
|
set(DFT_TOOLS_VERSION_MINOR 2)
|
||||||
set(DFT_TOOLS_VERSION_PATCH 0)
|
set(DFT_TOOLS_VERSION_PATCH 1)
|
||||||
set(DFT_TOOLS_VERSION ${DFT_TOOLS_VERSION_MAJOR}.${DFT_TOOLS_VERSION_MINOR}.${DFT_TOOLS_VERSION_PATCH})
|
set(DFT_TOOLS_VERSION ${DFT_TOOLS_VERSION_MAJOR}.${DFT_TOOLS_VERSION_MINOR}.${DFT_TOOLS_VERSION_PATCH})
|
||||||
triqs_get_git_hash_of_source_dir(DFT_TOOLS_GIT_HASH)
|
triqs_get_git_hash_of_source_dir(DFT_TOOLS_GIT_HASH)
|
||||||
message(STATUS "Dft_tools version : ${DFT_TOOLS_VERSION}")
|
message(STATUS "Dft_tools version : ${DFT_TOOLS_VERSION}")
|
||||||
|
Loading…
Reference in New Issue
Block a user