diff --git a/CMakeLists.txt b/CMakeLists.txt index e53ac1d7..7a8dbf2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,12 @@ # Algebra plugins library, part of the ACTS project (R&D line) # -# (c) 2021-2022 CERN for the benefit of the ACTS project +# (c) 2021-2023 CERN for the benefit of the ACTS project # # Mozilla Public License Version 2.0 # Set up the project. cmake_minimum_required( VERSION 3.14 ) -project( algebra-plugins VERSION 0.16 LANGUAGES CXX ) +project( algebra-plugins VERSION 0.17 LANGUAGES CXX ) # Set up the used C++ standard. set( CMAKE_CXX_STANDARD 17 CACHE STRING "The (host) C++ standard to use" )