From aab867316a6db55faa44716df63b06b5e1913a4c Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Sat, 4 Nov 2017 04:20:10 -0400 Subject: [PATCH] bump the version to 0.3.1 --- 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 97deb8c3..acbc15db 100644 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -298,7 +298,7 @@ void MainWindow::onExportAsCSV() void MainWindow::onAbout() { QMessageBox::about(this, "About Dolphin memory engine", - "Beta version 0.3.0\n\nA RAM search made to facilitate research and " + "Beta version 0.3.1\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");