From bb283b060390eabccc0a6ffdb0bf3c258786fbbc Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 10 May 2021 19:58:02 +0200 Subject: [PATCH] Bump version up. --- GUI/MainFrame.fbp | 2 +- GUI/MainFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI/MainFrame.fbp b/GUI/MainFrame.fbp index 8279b45..1f32dfc 100644 --- a/GUI/MainFrame.fbp +++ b/GUI/MainFrame.fbp @@ -48,7 +48,7 @@ -1,-1 wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU ; ; forward_declare - M.A.S.S. Builder Save Tool 2.1.0 + M.A.S.S. Builder Save Tool 2.1.1 diff --git a/GUI/MainFrame.h b/GUI/MainFrame.h index e9b3acf..028ac22 100644 --- a/GUI/MainFrame.h +++ b/GUI/MainFrame.h @@ -114,7 +114,7 @@ class MainFrame : public wxFrame public: - MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("M.A.S.S. Builder Save Tool 2.1.0"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLIP_CHILDREN|wxTAB_TRAVERSAL ); + MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("M.A.S.S. Builder Save Tool 2.1.1"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxCLIP_CHILDREN|wxTAB_TRAVERSAL ); ~MainFrame();