From 5a04c0e5bfed3b3e91f8a8759fb5f2e51e266619 Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Sun, 29 Sep 2024 08:43:51 +0800 Subject: [PATCH] version update --- 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 cbb8a12..f5b701c 100644 --- a/resources/profiles/QIDITechnology.idx +++ b/resources/profiles/QIDITechnology.idx @@ -1,3 +1,5 @@ +min_slic3r_version = 1.1.7 +1.1.7 Optimize parameters min_slic3r_version = 1.1.6 1.1.6 Optimize parameters min_slic3r_version = 1.1.5 diff --git a/resources/profiles/QIDITechnology.ini b/resources/profiles/QIDITechnology.ini index 5c1da64..313db96 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.6 +config_version = 1.1.7 # 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 7a243e6..88970c6 100644 --- a/version.inc +++ b/version.inc @@ -7,7 +7,7 @@ endif() set(SLIC3R_APP_NAME "QIDISlicer") set(SLIC3R_APP_KEY "QIDISlicer") -set(SLIC3R_VERSION "1.1.6") +set(SLIC3R_VERSION "1.1.7") set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64") -set(SLIC3R_RC_VERSION "1,1,6,0") -set(SLIC3R_RC_VERSION_DOTS "1.1.6.0") +set(SLIC3R_RC_VERSION "1,1,7,0") +set(SLIC3R_RC_VERSION_DOTS "1.1.7.0")