Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2020-01-23 18:40:18 +0300
committerbubnikv <bubnikv@gmail.com>2020-01-23 18:40:25 +0300
commit8bf53370c18cd750f0a750d449089efa206ea4bc (patch)
treef81e0c1c0d986f2e142f2035898e85f16224b624
parent5ff8ae955be3dfcae2387fe04386ee40ec868598 (diff)
Bumped up version number 2.2.0-alpha3,version_2.2.0-alpha3
so that the updated bundled profiles may require this version (2.2.0-alpha3) or newer. This change is needed for the clients to be forced to update the configurations to see the print bed, as the print bed model and image are no more hard coded, but they are referenced from the vendor specific Preset Bundle.
-rw-r--r--resources/profiles/PrusaResearch.idx2
-rw-r--r--resources/profiles/PrusaResearch.ini2
-rw-r--r--version.inc2
3 files changed, 4 insertions, 2 deletions
diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx
index c451bb8bf..e84d5dd2a 100644
--- a/resources/profiles/PrusaResearch.idx
+++ b/resources/profiles/PrusaResearch.idx
@@ -1,3 +1,5 @@
+min_slic3r_version = 2.2.0-alpha3
+1.1.1-alpha3 Print bed textures are now configurable from the Preset Bundle. Requires PrusaSlicer 2.2.0-alpha3 and newer.
min_slic3r_version = 2.2.0-alpha0
1.1.1-alpha2 Bumped up config version, so our in house customer will get updated profiles.
1.1.0 Filament aliases, Creality profiles and other goodies for PrusaSlicer 2.2.0-alpha0
diff --git a/resources/profiles/PrusaResearch.ini b/resources/profiles/PrusaResearch.ini
index 4f5c0482b..aa4b7cff0 100644
--- a/resources/profiles/PrusaResearch.ini
+++ b/resources/profiles/PrusaResearch.ini
@@ -5,7 +5,7 @@
name = Prusa Research
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
-config_version = 1.1.1-alpha2
+config_version = 1.1.1-alpha3
# Where to get the updates from?
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
diff --git a/version.inc b/version.inc
index dbd97b655..997724f0b 100644
--- a/version.inc
+++ b/version.inc
@@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "PrusaSlicer")
set(SLIC3R_APP_KEY "PrusaSlicer")
-set(SLIC3R_VERSION "2.2.0-alpha2")
+set(SLIC3R_VERSION "2.2.0-alpha3")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,2,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.2.0.0")