Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Aug 1, 2023
1 parent 9c57ff5 commit 1dcf021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ endif ()

# library version set here (e.g. for shared libs).
set (BEDROCK_VERSION_MAJOR 0)
set (BEDROCK_VERSION_MINOR 6)
set (BEDROCK_VERSION_PATCH 2)
set (BEDROCK_VERSION_MINOR 7)
set (BEDROCK_VERSION_PATCH 0)
set (BEDROCK_VERSION
"${BEDROCK_VERSION_MAJOR}.${BEDROCK_VERSION_MINOR}.${BEDROCK_VERSION_PATCH}")

Expand Down

0 comments on commit 1dcf021

Please sign in to comment.