bump to 1.9.0 official version

This commit is contained in:
SoftFever 2024-01-02 16:03:58 +08:00
parent b624aa0580
commit 6b1c1a6b6b

View File

@ -10,7 +10,7 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(SoftFever_VERSION "1.9.0-rc")
set(SoftFever_VERSION "1.9.0")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})