fix version number

This commit is contained in:
Rad
2026-04-13 21:17:50 +02:00
parent 28fd73e955
commit 40f6e0239f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Snapmaker Orca FullSpectrum v0.9.51
# Snapmaker Orca FullSpectrum v0.9.6
Mixed-filament bias controls, preview updates, and release cleanup.
Based on Snapmaker Orca v2.3.1.
@@ -24,7 +24,7 @@ Based on Snapmaker Orca v2.3.1.
- Fixed region handling so recessed mixed-filament space is not immediately refilled by the other component in the common painted path.
### Release And Project Maintenance
- Bumped the FullSpectrum version to `0.9.51`.
- Bumped the FullSpectrum version to `0.9.6`.
- Moved older changelogs and release notes into `doc/changelogs/` and updated the release workflow to read them from there.
- Refreshed the README mixed-filament section to document the Bias feature and added a compatibility warning for older `.3mf` projects.

View File

@@ -10,8 +10,8 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(Snapmaker_VERSION "0.9.51")
set(FULLSPECTRUM_VERSION "0.9.51")
set(Snapmaker_VERSION "0.9.6")
set(FULLSPECTRUM_VERSION "0.9.6")
set(MIN_FIRM_VER "1.0.0")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})
@@ -19,7 +19,7 @@ set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})
set(ORCA_VERSION_MINOR ${CMAKE_MATCH_2})
set(ORCA_VERSION_PATCH ${CMAKE_MATCH_3})
set(SLIC3R_VERSION "01.10.01.51")
set(SLIC3R_VERSION "01.10.01.60")
if (NOT DEFINED ORCA_UPDATER_SIG_KEY)
set(ORCA_UPDATER_SIG_KEY "" CACHE STRING "Base64url encoded updater signature key")