From 392ac976e6f30d1ac3fe14c3d166481a3663ea41 Mon Sep 17 00:00:00 2001 From: aldelaro5 Date: Mon, 7 Aug 2017 19:50:01 -0400 Subject: [PATCH] Bump the version to beta 0.1.2 --- 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 d3b70cff..44b93268 100644 --- a/Source/GUI/MainWindow.cpp +++ b/Source/GUI/MainWindow.cpp @@ -227,7 +227,7 @@ void MainWindow::onSaveAsWatchFile() void MainWindow::onAbout() { QMessageBox::about(this, "About Dolphin memory engine", - "Beta version 0.1.1\n\nA RAM search made to facilitate research and " + "Beta version 0.1.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");