From 5e134f1429dabe5a160df9de615c2c8d62f3a5d4 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay Date: Mon, 22 Apr 2024 18:34:59 +0200 Subject: [PATCH] Update the project to version 0.9.0. In preparation for the next tag to be made. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea9a020399..6bc8991ed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.9 ) -project( traccc VERSION 0.6.0 LANGUAGES CXX ) +project( traccc VERSION 0.9.0 LANGUAGES CXX ) # Set up the used C++ standard(s). set( CMAKE_CXX_STANDARD 17 CACHE STRING "The (host) C++ standard to use" )