From d4f6c80a439314cfec183071506b334f6fca39cc Mon Sep 17 00:00:00 2001 From: sunsets <845944018@qq.com> Date: Thu, 16 May 2024 13:39:35 +0800 Subject: [PATCH] Version 1.1.4 --- resources/profiles/QIDITechnology.idx | 2 ++ resources/profiles/QIDITechnology.ini | 2 +- version.inc | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/profiles/QIDITechnology.idx b/resources/profiles/QIDITechnology.idx index 014a56e..9368a3e 100644 --- a/resources/profiles/QIDITechnology.idx +++ b/resources/profiles/QIDITechnology.idx @@ -1,3 +1,5 @@ +min_slic3r_version = 1.1.4 +1.1.4 Optimize parameters min_slic3r_version = 1.1.3 1.1.3 Optimize parameters min_slic3r_version = 1.1.2 diff --git a/resources/profiles/QIDITechnology.ini b/resources/profiles/QIDITechnology.ini index 3064ef9..9bb09f6 100644 --- a/resources/profiles/QIDITechnology.ini +++ b/resources/profiles/QIDITechnology.ini @@ -5,7 +5,7 @@ name = QIDI Technology # Configuration version of this file. Config file will only be installed, if the config_version differs. # This means, the server may force the QIDISlicer configuration to be downgraded. -config_version = 1.1.3 +config_version = 1.1.4 # Where to get the updates from? config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/ changelog_url = https://qidi3d.com/pages/software-firmware diff --git a/version.inc b/version.inc index 0ada9e0..26b7b88 100644 --- a/version.inc +++ b/version.inc @@ -3,7 +3,7 @@ set(SLIC3R_APP_NAME "QIDISlicer") set(SLIC3R_APP_KEY "QIDISlicer") -set(SLIC3R_VERSION "1.1.3") +set(SLIC3R_VERSION "1.1.4") set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64") -set(SLIC3R_RC_VERSION "1,1,3,0") -set(SLIC3R_RC_VERSION_DOTS "1.1.3.0") +set(SLIC3R_RC_VERSION "1,1,4,0") +set(SLIC3R_RC_VERSION_DOTS "1.1.4.0")