From e58d530afe2f5033b575caae0d7a0c1c19897ac8 Mon Sep 17 00:00:00 2001 From: bubnikv <bubnikv@gmail.com> Date: Tue, 14 May 2019 19:06:52 +0200 Subject: [PATCH] Bumped up slicer version, updated bundled profiles --- resources/profiles/PrusaResearch.idx | 1 + resources/profiles/PrusaResearch.ini | 2 +- version.inc | 6 +++--- 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")