From 0ce80467283699221272b4a07d6d41a45b816bc1 Mon Sep 17 00:00:00 2001 From: William JCM Date: Wed, 12 May 2021 20:27:03 +0200 Subject: [PATCH] Bump version number. --- 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 fc6d175..e191a0b 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.2.0 + M.A.S.S. Builder Save Tool 2.3.0 diff --git a/GUI/MainFrame.h b/GUI/MainFrame.h index 8f2aaf6..948aba8 100644 --- a/GUI/MainFrame.h +++ b/GUI/MainFrame.h @@ -127,7 +127,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.2.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.3.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();