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:
authorbubnikv <bubnikv@gmail.com>2021-07-01 17:52:32 +0300
committerbubnikv <bubnikv@gmail.com>2021-07-01 17:52:32 +0300
commit0d03cc4cbefa043f0bb2735e0b21503419a6919a (patch)
treed601eb38e8177b048832fb483d7f1f2d0006c59f
parent32ee4bb5232f654c580544b0ec7ea135577e3aaf (diff)
Bumped up version to 2.3.2-beta.version_2.3.2-beta
Changed profile path to Prusa-beta.
-rw-r--r--src/slic3r/GUI/GUI_App.cpp2
-rw-r--r--version.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index 620eb127d..cc34248e4 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -714,7 +714,7 @@ 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");
// SetAppDisplayName(SLIC3R_APP_NAME);
// Set the Slic3r data directory at the Slic3r XS module.
diff --git a/version.inc b/version.inc
index 9fb89fb07..a02ece0dc 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.2-alpha0")
+set(SLIC3R_VERSION "2.3.2-beta")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,3,2,0")
set(SLIC3R_RC_VERSION_DOTS "2.3.2.0")