ENH: version: update to 2.0.1
Change-Id: I6a4a009559cd249015741172c4be160bb8608c80
This commit is contained in:
parent
01bb20345d
commit
3d65edc958
|
@ -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"
|
||||
|
|
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue