bump version to 2.4.1

This commit is contained in:
SoftFever
2026-06-26 02:35:29 +08:00
parent c7d1331991
commit 98831ac27f
2 changed files with 10 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")
set(SoftFever_VERSION "2.4.1")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})