bump version to 1.9.0-alpha
This commit is contained in:
parent
ba8caef962
commit
cc984b21fe
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ if(NOT DEFINED BBL_RELEASE_TO_PUBLIC)
|
|||
set(BBL_RELEASE_TO_PUBLIC "1")
|
||||
endif()
|
||||
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
||||
set(BBL_INTERNAL_TESTING "1")
|
||||
set(BBL_INTERNAL_TESTING "0")
|
||||
endif()
|
||||
set(SoftFever_VERSION "1.9.0-dev")
|
||||
set(SoftFever_VERSION "1.9.0-alpha")
|
||||
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
|
||||
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
|
||||
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})
|
||||
|
|
Loading…
Reference in a new issue