From 08c93853831de5dddc6609867c6eed8b9510704a Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Wed, 31 Aug 2022 17:00:39 +0800 Subject: [PATCH] version: update the version to 1.2 Change-Id: I3eab73700c6a07086bcde5357f28ed2660024260 --- resources/profiles/BBL.json | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index a9087f9db..cc3e819e4 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.01.02.01", + "version": "01.02.00.00", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index 5a2cb9614..03e8f6edb 100644 --- a/version.inc +++ b/version.inc @@ -7,4 +7,4 @@ set(SLIC3R_APP_KEY "BambuStudio") if(NOT DEFINED BBL_RELEASE_TO_PUBLIC) set(BBL_RELEASE_TO_PUBLIC "0") endif() -set(SLIC3R_VERSION "01.01.02.00") +set(SLIC3R_VERSION "01.02.00.00")