add more checks and bump version to 1.6.6

This commit is contained in:
SoftFever
2023-08-24 19:26:16 +08:00
parent 761417f1bf
commit f7184c868b
2 changed files with 51 additions and 53 deletions

View File

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