update version

This commit is contained in:
QIDI TECH
2025-09-01 08:53:18 +08:00
parent e98c493bc9
commit a50f1155c0
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
min_slic3r_version = 1.2.5
1.2.5 Optimize parameters
min_slic3r_version = 1.2.4 min_slic3r_version = 1.2.4
1.2.4 Optimize parameters 1.2.4 Optimize parameters
min_slic3r_version = 1.2.3 min_slic3r_version = 1.2.3

View File

@@ -5,7 +5,7 @@
name = QIDI Technology name = QIDI Technology
# Configuration version of this file. Config file will only be installed, if the config_version differs. # 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. # 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? # Where to get the updates from?
config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/ config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/
changelog_url = https://wiki.qidi3d.com/en/software/qidi-slicer/release-notes changelog_url = https://wiki.qidi3d.com/en/software/qidi-slicer/release-notes

View File

@@ -7,7 +7,7 @@ endif()
set(SLIC3R_APP_NAME "QIDISlicer") set(SLIC3R_APP_NAME "QIDISlicer")
set(SLIC3R_APP_KEY "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_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
set(SLIC3R_RC_VERSION "1,2,4,0") 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")