summaryrefslogtreecommitdiffstats
path: root/Project/AboutForm.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-18 09:21:10 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-18 09:21:10 -0300
commit7f46d390b8cc1d5f37560f52b222198dbc5e1225 (patch)
tree9d9726fdcefb917475d6b33344d2b832d4e78ef8 /Project/AboutForm.cpp
parent4d4f39cb101bb0ccb1d336587a9e143b392dbefc (diff)
downloadPSP.git-7f46d390b8cc1d5f37560f52b222198dbc5e1225.tar.gz
PSP.git-7f46d390b8cc1d5f37560f52b222198dbc5e1225.tar.xz
PSP.git-7f46d390b8cc1d5f37560f52b222198dbc5e1225.zip
Version update
Diffstat (limited to 'Project/AboutForm.cpp')
-rw-r--r--Project/AboutForm.cpp3
1 files changed, 3 insertions, 0 deletions
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();