From 1f42a95ee4d1a02ad951031cf22486804d0f2c80 Mon Sep 17 00:00:00 2001 From: Stone Li Date: Wed, 26 Apr 2023 15:59:42 +0800 Subject: [PATCH] ENH: update version to 01.06.02.01 Change-Id: I97fbdfb2f58638fd819fc4cec41333ee695547f8 --- src/slic3r/Utils/bambu_networking.hpp | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index 8e46f88c72..a0dea1cfe1 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -41,7 +41,7 @@ namespace BBL { #define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" -#define BAMBU_NETWORK_AGENT_VERSION "01.06.00.01" +#define BAMBU_NETWORK_AGENT_VERSION "01.06.02.01" //iot preset type strings diff --git a/version.inc b/version.inc index 219cd935f2..d42f10153d 100644 --- a/version.inc +++ b/version.inc @@ -10,4 +10,4 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "1") endif() -set(SLIC3R_VERSION "01.06.00.66") +set(SLIC3R_VERSION "01.06.02.01")