Skip to content

Commit

Permalink
[ci] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 5, 2022
1 parent b7652dd commit 76c60bb
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 @@ -52,9 +52,9 @@ endif()

set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 0)
set(SCORE_VERSION_PATCH 1)
set(SCORE_VERSION_PATCH 2)
set(SCORE_VERSION_EXTRA "")
set(SCORE_CODENAME "vitaminless")
set(SCORE_CODENAME "scordle borgle")

set(SCORE_VERSION "${SCORE_VERSION_MAJOR}.${SCORE_VERSION_MINOR}.${SCORE_VERSION_PATCH}")

Expand Down

0 comments on commit 76c60bb

Please sign in to comment.