From 8b7f1585b2af0893a19ac6ddb73e2699ab8cb6de Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Fri, 12 Mar 2021 01:32:39 -0500 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 4e492c74..fb4ed34c 100644 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -349,7 +349,7 @@ void MainWindow::onAbout() { QString title = tr("About Dolphin memory engine"); QString text = - "Beta version 0.5\n\n" + + "Beta version 0.5.1\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");