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-01-14 14:09:52 +0300
committerLukas Matena <lukasmatena@seznam.cz>2022-01-14 14:09:52 +0300
commitc28615cfcb835232e79d9991d0f31dd348d9614b (patch)
treed5c4dad650054fd874f03eb9d84dc1f133b25e6d
parentdc00f0bf983902a6cb81503afa78be4a0ccafb71 (diff)
Bumped up version number to 2.4.1-alpha0version_2.4.1-alpha0
-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 12a5fc4e2..6bce99466 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -862,8 +862,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 a1216cfb9..c33dc002e 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.0")
+set(SLIC3R_VERSION "2.4.1-alpha0")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
-set(SLIC3R_RC_VERSION "2,4,0,0")
-set(SLIC3R_RC_VERSION_DOTS "2.4.0.0")
+set(SLIC3R_RC_VERSION "2,4,1,0")
+set(SLIC3R_RC_VERSION_DOTS "2.4.1.0")