From a50f1155c06811866c0d52afca793e02ca057b57 Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Mon, 1 Sep 2025 08:53:18 +0800 Subject: [PATCH] update version --- resources/profiles/QIDITechnology.idx | 2 ++ resources/profiles/QIDITechnology.ini | 2 +- version.inc | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/profiles/QIDITechnology.idx b/resources/profiles/QIDITechnology.idx index 5001d1b..8f02f2e 100644 --- a/resources/profiles/QIDITechnology.idx +++ b/resources/profiles/QIDITechnology.idx @@ -1,3 +1,5 @@ +min_slic3r_version = 1.2.5 +1.2.5 Optimize parameters min_slic3r_version = 1.2.4 1.2.4 Optimize parameters min_slic3r_version = 1.2.3 diff --git a/resources/profiles/QIDITechnology.ini b/resources/profiles/QIDITechnology.ini index 3cf43f1..3c7f31c 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.2.4 +config_version = 1.2.5 # Where to get the updates from? config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/ changelog_url = https://wiki.qidi3d.com/en/software/qidi-slicer/release-notes diff --git a/version.inc b/version.inc index 1b661cc..c549932 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.2.4") +set(SLIC3R_VERSION "1.2.5") set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64") set(SLIC3R_RC_VERSION "1,2,4,0") -set(SLIC3R_RC_VERSION_DOTS "1.2.4.0") +set(SLIC3R_RC_VERSION_DOTS "1.2.5.0")