From d863c539205f041b24b758d8b163f0f8ce908621 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Mon, 19 Sep 2022 17:05:17 -0400 Subject: [PATCH] [cmake] Bump Version-number to 3.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9770e55..fbebb650 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() # ############ # Define Project -project(triqs_tprf VERSION 3.1.0 LANGUAGES C CXX) +project(triqs_tprf VERSION 3.1.1 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############