From 6f5b02b39598d5c1e9a1b9b8522bae40743a2540 Mon Sep 17 00:00:00 2001 From: William JCM Date: Sat, 20 Jun 2020 11:42:26 +0200 Subject: [PATCH] MainFrame: 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 9575c6d..d7b98ab 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. Manager 1.0.9 + M.A.S.S. Manager 1.1.0 diff --git a/GUI/MainFrame.h b/GUI/MainFrame.h index d71fe5e..e762465 100644 --- a/GUI/MainFrame.h +++ b/GUI/MainFrame.h @@ -96,7 +96,7 @@ class MainFrame : public wxFrame public: - MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("M.A.S.S. Manager 1.0.9"), 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. Manager 1.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();