Skip to content

Commit

Permalink
update version to beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Dec 17, 2022
1 parent 1938ab4 commit bafd735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/slic3r/GUI/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit bafd735

Please sign in to comment.