Update version to 2.3.1

This commit is contained in:
SoftFever
2025-09-28 22:12:44 +08:00
committed by GitHub
parent 15037283e7
commit 7edeb8b277

View File

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