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:
authorLukáš Hejl <hejl.lukas@gmail.com>2022-05-19 14:04:38 +0300
committerLukáš Hejl <hejl.lukas@gmail.com>2022-05-19 14:04:38 +0300
commit8e19c945ae1fdb2fbe967d59b2e56db4f7c3e87a (patch)
treead169337d1bb7dc91e33bf8163f8ad8420cffdf0
parentd7105dabf1db80e1babbb5d4cb386cd747c46364 (diff)
Bumped up version to 2.5.0-alpha1version_2.5.0-alpha1
-rw-r--r--src/slic3r/GUI/GUI_App.cpp4
-rw-r--r--version.inc6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index a61a0a7de..dedfbdc72 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -868,8 +868,8 @@ 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);
+ SetAppName(SLIC3R_APP_KEY "-alpha");
// SetAppName(SLIC3R_APP_KEY "-beta");
// SetAppDisplayName(SLIC3R_APP_NAME);
diff --git a/version.inc b/version.inc
index ce2c37eb5..28de499e0 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.4.2")
+set(SLIC3R_VERSION "2.5.0-alpha1")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
-set(SLIC3R_RC_VERSION "2,4,2,0")
-set(SLIC3R_RC_VERSION_DOTS "2.4.2.0")
+set(SLIC3R_RC_VERSION "2,5,0,0")
+set(SLIC3R_RC_VERSION_DOTS "2.5.0.0")