chore(dev): Version auf 2.4.0-dev-kx4 (enthält Issue-#52-Matcher-Fix)
Some checks failed
Assign Issue / assign (push) Has been cancelled
Generate Doxygen Documentation / Build and Deploy Docs (push) Has been cancelled
Build all / build_linux (push) Has been skipped
Build all / build_windows (push) Has been skipped
Build all / build_macos_arch (arm64) (push) Has been skipped
Build all / build_macos_arch (x86_64) (push) Has been skipped
Build all / Build macOS Universal (push) Has been skipped
Shellcheck / Shellcheck (push) Failing after 5m19s
Auto-close duplicate issues / auto-close-duplicates (push) Successful in 28s
Build all / Unit Tests (push) Has been skipped
Build all / Flatpak (map[arch:x86_64 runner:ubuntu-24.04]) (push) Has been skipped
Build all / Flatpak (map[arch:aarch64 runner:ubuntu-24.04-arm]) (push) Has been cancelled

This commit is contained in:
thysson2701
2026-06-13 15:09:33 +02:00
parent fe590d00b7
commit de5d754dea

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-dev-kx3")
set(SoftFever_VERSION "2.4.0-dev-kx4")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})