Skip to content

Commit

Permalink
bump version to 2.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Mar 22, 2024
1 parent 9e56941 commit f3b3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.inc
Expand Up @@ -10,7 +10,7 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(SoftFever_VERSION "2.0.0-beta")
set(SoftFever_VERSION "2.0.0-rc")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})
Expand Down

0 comments on commit f3b3e92

Please sign in to comment.