From 6899947da8e3872ecd050489bf1cb130a8386286 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Thu, 22 Dec 2022 21:28:39 +0800 Subject: [PATCH] ENH: Update version to 1.4.1 Change-Id: Id21f3ffd8bdeab2cada64c74e87d606cb0ea7856 --- resources/profiles/BBL.json | 2 +- resources/profiles/Creality.json | 2 +- resources/profiles/Voron.json | 2 +- version.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 2799ed2c8f..8d7bad3bd3 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.04.00.15", + "version": "01.04.01.00", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index b85402ad38..10460ee636 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -1,6 +1,6 @@ { "name": "Creality", - "version": "01.04.00.00", + "version": "01.04.01.00", "force_update": "0", "description": "Creality configurations", "machine_model_list": [ diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index dbf3d91518..db6ae9233c 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.04.00.00", + "version": "01.04.01.00", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index d2949c8ac7..d1abbfdb1f 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.04.00.18") +set(SLIC3R_VERSION "01.04.01.50")