Skip to content

Commit

Permalink
Updating version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Sep 22, 2021
1 parent d4b2ce1 commit fb254b4
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 @@ -42,7 +42,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 9)
set(VERSION_MINOR 0)
set(VERSION_PATCH "8")
set(VERSION_PATCH 9)

if(NOT BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH}-${GIT_COMMIT_HASH}")
Expand Down

0 comments on commit fb254b4

Please sign in to comment.