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>2022-08-19 17:41:23 +0300
committerLukas Matena <lukasmatena@seznam.cz>2022-08-19 17:41:23 +0300
commit6690d49beacd48f74bdc75633cb1e7a2280bbcfd (patch)
treeeb737660411af7f5f5b7cd73714e30efe59a134d
parent9430387354078c9e36508824ebd83e683183f753 (diff)
Bumped up version to 2.5.0-rc1version_2.5.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 f9ed37f21..5205cd8e0 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -869,9 +869,9 @@ static boost::optional<Semver> parse_semver_from_ini(std::string path)
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);
// SetAppName(SLIC3R_APP_KEY "-alpha");
- SetAppName(SLIC3R_APP_KEY "-beta");
+// SetAppName(SLIC3R_APP_KEY "-beta");
// SetAppDisplayName(SLIC3R_APP_NAME);
diff --git a/version.inc b/version.inc
index 29862a340..10f65c0d3 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.5.0-beta1")
+set(SLIC3R_VERSION "2.5.0-rc1")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,5,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.5.0.0")