Skip to content

Commit a9cbc92

Browse files
committed
Bumped up version to 2.7.2-rc1
1 parent 8a2db4c commit a9cbc92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/slic3r/GUI/GUI_App.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,9 @@ void GUI_App::init_app_config()
924924
{
925925
// Profiles for the alpha are stored into the PrusaSlicer-alpha directory to not mix with the current release.
926926

927-
// SetAppName(SLIC3R_APP_KEY);
927+
SetAppName(SLIC3R_APP_KEY);
928928
// SetAppName(SLIC3R_APP_KEY "-alpha");
929-
SetAppName(SLIC3R_APP_KEY "-beta");
929+
// SetAppName(SLIC3R_APP_KEY "-beta");
930930

931931

932932
// SetAppDisplayName(SLIC3R_APP_NAME);

version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set(SLIC3R_APP_NAME "PrusaSlicer")
55
set(SLIC3R_APP_KEY "PrusaSlicer")
6-
set(SLIC3R_VERSION "2.7.2-beta1")
6+
set(SLIC3R_VERSION "2.7.2-rc1")
77
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
88
set(SLIC3R_RC_VERSION "2,7,2,0")
99
set(SLIC3R_RC_VERSION_DOTS "2.7.2.0")

0 commit comments

Comments
 (0)