From 13d6443b10f1f6896c26a48826f782214e708e65 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 1 Aug 2020 19:01:45 -0300 Subject: Text bug fix and documentation update New fancy [PSP-UFU website](https://thales1330.github.io/PSP/) and [changelog](https://thales1330.github.io/PSP/blog) using [docusaurus](https://v2.docusaurus.io/); Text element performance improved for OpenGL render; Major text bug on copy fixed --- Project/AboutForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/AboutForm.cpp') diff --git a/Project/AboutForm.cpp b/Project/AboutForm.cpp index 619c6c1..2fea1ec 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("2020w28a-beta"); + m_staticTextVersion->SetLabel("2020w31a-beta"); // Create developers table m_gridCredits->EnableGridLines(false); -- cgit