Skip to content

Commit

Permalink
VERSION BUMP
Browse files Browse the repository at this point in the history
  • Loading branch information
aldelaro5 committed May 1, 2022
1 parent 7275a4d commit 0fd77a1
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 @@ -363,7 +363,7 @@ void MainWindow::onAbout()
{
QString title = tr("About Dolphin memory engine");
QString text =
"Beta version 0.5.1\n\n" +
"Beta version 0.6.0\n\n" +
tr("A 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 0fd77a1

Please sign in to comment.