From bafd7356d6554d693500faa39838bf3d552fdd78 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sat, 17 Dec 2022 11:57:31 +0800 Subject: [PATCH] update version to beta3 --- src/slic3r/GUI/AboutDialog.cpp | 3 +-- version.inc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index d771924f3bf..be5a62451b5 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -240,8 +240,7 @@ AboutDialog::AboutDialog() // version { vesizer->Add(0, FromDIP(165), 1, wxEXPAND, FromDIP(5)); - auto version_text = GUI_App::format_display_version(); - auto version_string = _L("SoftFever Version") + " " + std::string(version_text); + auto version_string = _L("SoftFever Version") + " " + std::string(SoftFever_VERSION); wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize); wxFont version_font = GetFont(); #ifdef __WXMSW__ diff --git a/version.inc b/version.inc index 1c228eee646..ab6181f0b4d 100644 --- a/version.inc +++ b/version.inc @@ -10,5 +10,5 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "1") endif() -set(SoftFever_VERSION "1.4.0 beta2") +set(SoftFever_VERSION "1.4.0 beta3") set(SLIC3R_VERSION "01.04.00.17")