update version to beta3

This commit is contained in:
SoftFever 2022-12-17 11:57:31 +08:00
parent 1938ab44ba
commit bafd7356d6
2 changed files with 2 additions and 3 deletions

View file

@ -240,8 +240,7 @@ AboutDialog::AboutDialog()
// version // version
{ {
vesizer->Add(0, FromDIP(165), 1, wxEXPAND, FromDIP(5)); 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(SoftFever_VERSION);
auto version_string = _L("SoftFever Version") + " " + std::string(version_text);
wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize); wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize);
wxFont version_font = GetFont(); wxFont version_font = GetFont();
#ifdef __WXMSW__ #ifdef __WXMSW__

View file

@ -10,5 +10,5 @@ endif()
if(NOT DEFINED BBL_INTERNAL_TESTING) if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "1") set(BBL_INTERNAL_TESTING "1")
endif() endif()
set(SoftFever_VERSION "1.4.0 beta2") set(SoftFever_VERSION "1.4.0 beta3")
set(SLIC3R_VERSION "01.04.00.17") set(SLIC3R_VERSION "01.04.00.17")