From 79480405a022a63b6013ba82e913858802630e41 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Wed, 12 Oct 2022 12:04:14 +0800 Subject: [PATCH] ENH: update version to 1.3.0 Change-Id: Icceb853d6ea948dd8e23ef875d6e5e13d20537c6 --- resources/profiles/BBL.json | 2 +- version.inc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 9119847696..3e307e08b2 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,7 +1,7 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "01.02.01.03", + "version": "01.03.00.00", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index bab9777f5e..4b54acd4f8 100644 --- a/version.inc +++ b/version.inc @@ -7,4 +7,7 @@ set(SLIC3R_APP_KEY "BambuStudio") if(NOT DEFINED BBL_RELEASE_TO_PUBLIC) set(BBL_RELEASE_TO_PUBLIC "0") endif() -set(SLIC3R_VERSION "01.02.00.09") +if(NOT DEFINED BBL_INTERNAL_TESTING) +set(BBL_INTERNAL_TESTING "1") +endif() +set(SLIC3R_VERSION "01.03.00.00")