ENH: version: update to 2.0.1

Change-Id: I6a4a009559cd249015741172c4be160bb8608c80
This commit is contained in:
lane.wei 2025-03-28 17:20:56 +08:00 committed by Lane.Wei
parent 01bb20345d
commit 3d65edc958
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.37"
#define BAMBU_NETWORK_AGENT_VERSION "02.00.01.01"
//iot preset type strings
#define IOT_PRINTER_TYPE_STRING "printer"

View File

@ -13,7 +13,7 @@ endif()
# The build_version should start from 50 in master branch
set(SLIC3R_VERSION "02.00.00.98")
set(SLIC3R_VERSION "02.00.01.01")
string(REPLACE "." "," SLIC3R_COMMA_SEPARATED_VERSION ${SLIC3R_VERSION})
set(SLIC3R_COMMA_SEPARATED_VERSION "${SLIC3R_COMMA_SEPARATED_VERSION}")