From aa5d61ac04cd4b9e333f0c91464384612479a8fa Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 10 May 2021 19:01:51 +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 5c22622..8279b45 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.0.0 + M.A.S.S. Builder Save Tool 2.1.0 diff --git a/GUI/MainFrame.h b/GUI/MainFrame.h index 50d5357..e9b3acf 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.0.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.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();