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-15 13:35:53 +0300
committerLukas Matena <lukasmatena@seznam.cz>2022-08-15 13:35:53 +0300
commite8528c415a95f1066f1ee397b207c1295f439d9d (patch)
treee6c9996542965c51daa554a1ccb1313e931104ac
parent60ad5d38c00795a979e7c06c7d3f3c4fe20260e9 (diff)
Bumped up version to 2.5.0-beta1version_2.5.0-beta1
-rw-r--r--src/slic3r/GUI/GUI_App.cpp6
-rw-r--r--version.inc2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index c25f06ff6..f9ed37f21 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 "-alpha");
-// SetAppName(SLIC3R_APP_KEY "-beta");
+// SetAppName(SLIC3R_APP_KEY);
+// SetAppName(SLIC3R_APP_KEY "-alpha");
+ SetAppName(SLIC3R_APP_KEY "-beta");
// SetAppDisplayName(SLIC3R_APP_NAME);
diff --git a/version.inc b/version.inc
index 6f3a9a894..29862a340 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-alpha3")
+set(SLIC3R_VERSION "2.5.0-beta1")
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")