From 7f46d390b8cc1d5f37560f52b222198dbc5e1225 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 18 Jul 2019 09:21:10 -0300 Subject: Version update --- Project/AboutForm.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/AboutForm.cpp') diff --git a/Project/AboutForm.cpp b/Project/AboutForm.cpp index 18d4352..6c56750 100644 --- a/Project/AboutForm.cpp +++ b/Project/AboutForm.cpp @@ -21,6 +21,9 @@ AboutForm::AboutForm(wxWindow* parent) : AboutFormBase(parent) { Init(); } AboutForm::~AboutForm() {} void AboutForm::Init() { + // Set program version + m_staticTextVersion->SetLabel("Beta 2019w29a"); + // Create developers table m_gridCredits->EnableGridLines(false); wxFont headerFont = m_gridCredits->GetDefaultCellFont(); -- cgit