From 358378ff290b82c1c7beb1c3925549a0f30502b2 Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Mon, 22 Jan 2018 02:04:17 -0500 Subject: [PATCH] Bump the version to 0.4 --- 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 3863bac9..2726af91 100755 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -334,7 +334,7 @@ void MainWindow::onExportAsCSV() void MainWindow::onAbout() { QMessageBox::about(this, "About Dolphin memory engine", - "Beta version 0.3.1\n\nA RAM search made to facilitate research and " + "Beta version 0.4\n\nA 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");