From 3e4ed64405f82f756d6a991d1806014de5301e35 Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Sun, 10 Sep 2017 04:31:51 -0400 Subject: [PATCH] Bump the version to 0.2 Because the memory viewer is finally done, this is worth a release. --- 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 57f75c1e..a5efec69 100644 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -263,7 +263,7 @@ void MainWindow::onSaveAsWatchFile() void MainWindow::onAbout() { QMessageBox::about(this, "About Dolphin memory engine", - "Beta version 0.1.2\n\nA RAM search made to facilitate research and " + "Beta version 0.2\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");