bump version to 2.4.0 official release

This commit is contained in:
SoftFever
2026-06-18 00:42:10 +08:00
parent ed2e7d02d0
commit 70fd764e7d
3 changed files with 4 additions and 4 deletions

View File

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