Skip to content

Commit

Permalink
Bump the version to 0.2
Browse files Browse the repository at this point in the history
Because the memory viewer is finally done, this is worth a release.
  • Loading branch information
aldelaro5 committed Sep 10, 2017
1 parent 6589944 commit 3e4ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GUI/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3e4ed64

Please sign in to comment.