mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-13 23:43:03 +00:00
fix version number
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user