ENH: version: change to 1.4.2

Change-Id: Ia1c6e2690b89f3b876c8c43556a7980be5923438
This commit is contained in:
lane.wei 2023-01-12 14:10:28 +08:00
parent 54d1c991e7
commit 570c23c0a4
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "01.04.01.01" #define BAMBU_NETWORK_AGENT_VERSION "01.04.02.01"
//iot preset type strings //iot preset type strings

View File

@ -10,4 +10,4 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING) if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "1") set(BBL_INTERNAL_TESTING "1")
endif() endif()
set(SLIC3R_VERSION "01.04.01.52") set(SLIC3R_VERSION "01.04.02.01")