Skip to content

Commit

Permalink
[release] tag 3.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 18, 2021
1 parent f7da0f0 commit db315bd
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 @@ -51,8 +51,8 @@ endif()
set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 0)
set(SCORE_VERSION_PATCH 0)
set(SCORE_VERSION_EXTRA "rc1")
set(SCORE_CODENAME "vitamin d3")
set(SCORE_VERSION_EXTRA "rc2")
set(SCORE_CODENAME "vitaminless")

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

Expand Down

0 comments on commit db315bd

Please sign in to comment.