From 136a39dc42ee26ea3d802634e4e2e5afd617827e Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 29 Apr 2020 15:30:54 -0400 Subject: [PATCH] [cmake] Bump Version number of app4triqs and triqs to 3.0.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd9a1fab..0920029c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,12 +27,12 @@ endif() # ############ # Define Project -project(APP4TRIQS VERSION 2.2.0 LANGUAGES C CXX) +project(APP4TRIQS VERSION 3.0.0 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############ # Load TRIQS and CPP2PY -find_package(TRIQS 2.2 REQUIRED) +find_package(TRIQS 3.0 REQUIRED) # Get the git hash & print status triqs_get_git_hash_of_source_dir(PROJECT_GIT_HASH)