From b6340e4cafa9bbe4daed248adeeed1db1ce59853 Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Sat, 30 Sep 2017 03:32:58 -0400 Subject: [PATCH] bump the version to 0.2.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 6a602980..626e2d44 100644 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -262,7 +262,7 @@ void MainWindow::onSaveAsWatchFile() void MainWindow::onAbout() { QMessageBox::about(this, "About Dolphin memory engine", - "Beta version 0.2\n\nA RAM search made to facilitate research and " + "Beta version 0.2.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");