We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2de0911 + 5e134f1 commit 66714f0Copy full SHA for 66714f0
CMakeLists.txt
@@ -6,7 +6,7 @@
6
7
# Set up the project.
8
cmake_minimum_required( VERSION 3.9 )
9
-project( traccc VERSION 0.6.0 LANGUAGES CXX )
+project( traccc VERSION 0.9.0 LANGUAGES CXX )
10
11
# Set up the used C++ standard(s).
12
set( CMAKE_CXX_STANDARD 17 CACHE STRING "The (host) C++ standard to use" )
0 commit comments