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:
authorLukas Matena <lukasmatena@seznam.cz>2020-12-17 20:07:35 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-12-17 20:07:35 +0300
commit5bd1a57650e0ad43362ca64b850b28462e7f5bd8 (patch)
tree97ecc0680753667d3bf34a3db60b1ab8413e3245
parentb22a38d1d1417f8f7b6b1b773a76224be0ee4e1b (diff)
Bumped up version number to 2.3.0-rc1version_2.3.0-rc1
-rw-r--r--src/slic3r/GUI/GUI_App.cpp4
-rw-r--r--version.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index 9bf0a23b5..14cd57537 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -675,8 +675,8 @@ bool GUI_App::init_opengl()
void GUI_App::init_app_config()
{
// Profiles for the alpha are stored into the PrusaSlicer-alpha directory to not mix with the current release.
-// SetAppName(SLIC3R_APP_KEY);
- SetAppName(SLIC3R_APP_KEY "-beta");
+ SetAppName(SLIC3R_APP_KEY);
+// SetAppName(SLIC3R_APP_KEY "-beta");
// SetAppDisplayName(SLIC3R_APP_NAME);
// Set the Slic3r data directory at the Slic3r XS module.
diff --git a/version.inc b/version.inc
index 5a0dc100d..bfcd0f327 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.3.0-beta3")
+set(SLIC3R_VERSION "2.3.0-rc1")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,3,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.3.0.0")