From c26c9b86021c3e9b52be1a55f6176db0df67a0e0 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 3 Feb 2023 11:27:18 +0800 Subject: [PATCH] ENH: update version to 1.5 Change-Id: I114766e4f0304a97cb18e2762be18dae68e667db --- resources/profiles/Creality.json | 2 +- resources/profiles/Voron.json | 2 +- version.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index 10460ee63..380a91a0f 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -1,6 +1,6 @@ { "name": "Creality", - "version": "01.04.01.00", + "version": "01.05.00.01", "force_update": "0", "description": "Creality configurations", "machine_model_list": [ diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index db6ae9233..ba08b348c 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.04.01.00", + "version": "01.05.00.01", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index bd7b4b8e3..ac8d1c3de 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.01.52") +set(SLIC3R_VERSION "01.05.00.50")