From 0fd77a10696c0c6a5c68213608458183d1e07004 Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Sun, 1 May 2022 17:41:43 -0400 Subject: [PATCH] VERSION BUMP --- Source/GUI/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GUI/MainWindow.cpp b/Source/GUI/MainWindow.cpp index 23caf676..8613b46f 100644 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -363,7 +363,7 @@ void MainWindow::onAbout() { QString title = tr("About Dolphin memory engine"); QString text = - "Beta version 0.5.1\n\n" + + "Beta version 0.6.0\n\n" + tr("A RAM search made to facilitate research and reverse engineering of GameCube and Wii " "games using the Dolphin emulator.\n\nThis program is licensed under the MIT license. You " "should have received a copy of the MIT license along with this program");