Skip to content

Commit

Permalink
version update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QIDITECH committed Nov 18, 2024
1 parent 283e36d commit 45117df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions resources/profiles/QIDITechnology.idx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
min_slic3r_version = 1.2.0
1.2.0 Optimize parameters
min_slic3r_version = 1.1.7
1.1.7 Optimize parameters
min_slic3r_version = 1.1.6
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/QIDITechnology.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
config_version = 1.2.0
# 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
Expand Down
6 changes: 3 additions & 3 deletions version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()

set(SLIC3R_APP_NAME "QIDISlicer")
set(SLIC3R_APP_KEY "QIDISlicer")
set(SLIC3R_VERSION "1.1.7")
set(SLIC3R_VERSION "1.2.0")
set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
set(SLIC3R_RC_VERSION "1,1,7,0")
set(SLIC3R_RC_VERSION_DOTS "1.1.7.0")
set(SLIC3R_RC_VERSION "1,2,0,0")
set(SLIC3R_RC_VERSION_DOTS "1.2.0.0")

0 comments on commit 45117df

Please sign in to comment.