Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Nov 5, 2023
1 parent b492ec5 commit 7416b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/GUI/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

MainWindow::MainWindow()
{
setWindowTitle("Dolphin Memory Engine 0.9.0-dev");
setWindowTitle("Dolphin Memory Engine 0.9.0");
setWindowIcon(QIcon(":/logo.svg"));
initialiseWidgets();
makeLayouts();
Expand Down Expand Up @@ -423,7 +423,7 @@ void MainWindow::onAbout()
{
QString title = tr("About Dolphin Memory Engine");
QString text =
"Version 0.9.0-dev<br></br>" +
"Version 0.9.0<br></br>" +
tr("A RAM search made to facilitate research and reverse engineering of GameCube and Wii "
"games using the Dolphin emulator.") +
"<br>" +
Expand Down

0 comments on commit 7416b1f

Please sign in to comment.