diff options
Diffstat (limited to 'Project/AboutForm.cpp')
-rw-r--r-- | Project/AboutForm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/AboutForm.cpp b/Project/AboutForm.cpp index 6c56750..32bd7ad 100644 --- a/Project/AboutForm.cpp +++ b/Project/AboutForm.cpp @@ -21,8 +21,8 @@ AboutForm::AboutForm(wxWindow* parent) : AboutFormBase(parent) { Init(); } AboutForm::~AboutForm() {} void AboutForm::Init() { - // Set program version - m_staticTextVersion->SetLabel("Beta 2019w29a"); + // Set program version. Format: (Alpha/Beta/Release) (YEAR)w(WEEK)(a/b/c/...) + m_staticTextVersion->SetLabel("Beta 2019w44a"); // Create developers table m_gridCredits->EnableGridLines(false); |