Skip to content

Commit 5e134f1

Browse files
committed
Update the project to version 0.9.0.
In preparation for the next tag to be made.
1 parent 2de0911 commit 5e134f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Set up the project.
88
cmake_minimum_required( VERSION 3.9 )
9-
project( traccc VERSION 0.6.0 LANGUAGES CXX )
9+
project( traccc VERSION 0.9.0 LANGUAGES CXX )
1010

1111
# Set up the used C++ standard(s).
1212
set( CMAKE_CXX_STANDARD 17 CACHE STRING "The (host) C++ standard to use" )

0 commit comments

Comments
 (0)