From f9d392e41dbfd8242266771a4276c7e5ecec529d Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 3 Sep 2024 13:55:35 -0400 Subject: [PATCH] [cmake] Bump Version number to 3.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed50cd7b..3582c757 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # ############ # Define Project -project(triqs_dft_tools VERSION 3.3.0 LANGUAGES CXX Fortran) +project(triqs_dft_tools VERSION 3.3.1 LANGUAGES CXX Fortran) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############