[cmake] Bump Version Number to 3.1.1

This commit is contained in:
Nils Wentzell 2023-02-13 14:12:18 -05:00
parent a9e99f2308
commit cc8d1abe2f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ endif()
# ############
# Define Project
project(triqs_dft_tools VERSION 3.1.0 LANGUAGES C CXX Fortran)
project(triqs_dft_tools VERSION 3.1.1 LANGUAGES C CXX Fortran)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
# ############