From c68e94daf2339888ae8f9e5b196075ea00bd5af0 Mon Sep 17 00:00:00 2001 From: supermerill Date: Fri, 5 Jun 2020 15:14:48 +0200 Subject: [PATCH] move version to 2.2.51.1 a log & failsafe for when the ui file is bad/not complete. --- src/slic3r/GUI/Tab.cpp | 10 +++++++--- version.inc | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index ec8ca606b..c348cc23a 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -1123,7 +1123,7 @@ t_change set_or_add(t_change previous, t_change toadd) { } catch (const std::exception & ex) { - std::cout << "Exception while calling group event about "<option(deps.key_list)->values.empty(); has_any ? deps.btn->Enable() : deps.btn->Disable(); deps.checkbox->SetValue(! has_any); diff --git a/version.inc b/version.inc index 03b1871a2..9a9cb75bc 100644 --- a/version.inc +++ b/version.inc @@ -5,5 +5,5 @@ set(SLIC3R_APP_NAME "SuperSlicer") set(SLIC3R_APP_KEY "SuperSlicer") set(SLIC3R_VERSION "2.2.51") set(SLIC3R_BUILD_ID "SuperSlicer_${SLIC3R_VERSION}+UNKNOWN") -set(SLIC3R_RC_VERSION "2,2,51,0") -set(SLIC3R_RC_VERSION_DOTS "2.2.51.0") +set(SLIC3R_RC_VERSION "2,2,51,1") +set(SLIC3R_RC_VERSION_DOTS "2.2.51.1")