Skip to content

Commit

Permalink
Update version number to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jan 30, 2025
1 parent ca62127 commit 06c1606
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 @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16)
# Version information and include modules

set(ROADRUNNER_VERSION_MAJOR 2)
set(ROADRUNNER_VERSION_MINOR 7)
set(ROADRUNNER_VERSION_MINOR 8)
set(ROADRUNNER_VERSION_PATCH 0)

set(ROADRUNNER_VERSION "${ROADRUNNER_VERSION_MAJOR}.${ROADRUNNER_VERSION_MINOR}.${ROADRUNNER_VERSION_PATCH}")
Expand Down

0 comments on commit 06c1606

Please sign in to comment.