Skip to content

Commit

Permalink
changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Feb 8, 2024
1 parent b573a7f commit 6a754ce
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 @@ -97,7 +97,7 @@ endif ()
# library version set here (e.g. for shared libs).
set (BEDROCK_VERSION_MAJOR 0)
set (BEDROCK_VERSION_MINOR 9)
set (BEDROCK_VERSION_PATCH 0)
set (BEDROCK_VERSION_PATCH 1)
set (BEDROCK_VERSION
"${BEDROCK_VERSION_MAJOR}.${BEDROCK_VERSION_MINOR}.${BEDROCK_VERSION_PATCH}")

Expand Down

0 comments on commit 6a754ce

Please sign in to comment.