Skip to content

Commit

Permalink
Merge pull request #705 from stephenswat/build/v0.16.0
Browse files Browse the repository at this point in the history
Update version number to v0.16.0
  • Loading branch information
stephenswat committed Sep 20, 2024
2 parents 5782636 + d588657 commit c498ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Set up the project.
cmake_minimum_required( VERSION 3.22 )
project( traccc VERSION 0.15.0 LANGUAGES CXX )
project( traccc VERSION 0.16.0 LANGUAGES CXX )

# Set up the used C++ standard(s).
set( CMAKE_CXX_STANDARD 20 CACHE STRING "The (host) C++ standard to use" )
Expand Down

0 comments on commit c498ae4

Please sign in to comment.