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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-05-14 20:06:52 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-14 20:06:52 +0300
commite58d530afe2f5033b575caae0d7a0c1c19897ac8 (patch)
tree98674471318a7669c7add1156a56c98305b84b66
parenta97d99b336dad909626558ebf2df3153331d54d3 (diff)
Bumped up slicer version, updated bundled profilesversion_2.0.0-rc
-rw-r--r--resources/profiles/PrusaResearch.idx1
-rw-r--r--resources/profiles/PrusaResearch.ini2
-rw-r--r--version.inc6
3 files changed, 5 insertions, 4 deletions
diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx
index 05a474712..f9849ad54 100644
--- a/resources/profiles/PrusaResearch.idx
+++ b/resources/profiles/PrusaResearch.idx
@@ -1,4 +1,5 @@
min_slic3r_version = 1.42.0-alpha6
+0.8.0-rc Updated for the PrusaSlicer 2.0.0-rc release
0.8.0-beta4 Updated SLA profiles
0.8.0-beta3 Updated SLA profiles
0.8.0-beta2 Updated SLA profiles
diff --git a/resources/profiles/PrusaResearch.ini b/resources/profiles/PrusaResearch.ini
index 60d020c44..33a021995 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 Slic3r configuration to be downgraded.
-config_version = 0.8.0-beta4
+config_version = 0.8.0-rc
# Where to get the updates from?
config_update_url = https://raw.githubusercontent.com/prusa3d/Slic3r-settings/master/live/PrusaResearch/
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
diff --git a/version.inc b/version.inc
index 0f0d93403..549de66b2 100644
--- a/version.inc
+++ b/version.inc
@@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "PrusaSlicer")
set(SLIC3R_APP_KEY "PrusaSlicer")
-set(SLIC3R_VERSION "1.42.0-beta2")
+set(SLIC3R_VERSION "2.0.0-rc")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
-set(SLIC3R_RC_VERSION "1,42,0,0")
-set(SLIC3R_RC_VERSION_DOTS "1.42.0.0")
+set(SLIC3R_RC_VERSION "2,0,0,0")
+set(SLIC3R_RC_VERSION_DOTS "2.0.0.0")