summaryrefslogtreecommitdiffstats
path: root/Project/AboutForm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/AboutForm.cpp')
-rw-r--r--Project/AboutForm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/AboutForm.cpp b/Project/AboutForm.cpp
index 96053de..619c6c1 100644
--- a/Project/AboutForm.cpp
+++ b/Project/AboutForm.cpp
@@ -22,7 +22,7 @@ AboutForm::~AboutForm() {}
void AboutForm::Init()
{
// Set program version. Format: (Alpha/Beta/Release) (YEAR)w(WEEK)(a/b/c/...)
- m_staticTextVersion->SetLabel("2020w24a-beta");
+ m_staticTextVersion->SetLabel("2020w28a-beta");
// Create developers table
m_gridCredits->EnableGridLines(false);