diff --git a/doc/changelogs/CHANGELOG_v0.9.51.md b/doc/changelogs/CHANGELOG_v0.9.6.md similarity index 96% rename from doc/changelogs/CHANGELOG_v0.9.51.md rename to doc/changelogs/CHANGELOG_v0.9.6.md index f037c1f2e4..d0039e69b0 100644 --- a/doc/changelogs/CHANGELOG_v0.9.51.md +++ b/doc/changelogs/CHANGELOG_v0.9.6.md @@ -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. diff --git a/version.inc b/version.inc index 9f02f6da02..119e146384 100644 --- a/version.inc +++ b/version.inc @@ -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")