bump version to 2.1.0 official

This commit is contained in:
SoftFever 2024-06-21 20:07:37 +08:00
parent bf646c3f29
commit 6c5cd0a31f

View file

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