We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea05ad commit edc1ac1Copy full SHA for edc1ac1
Source/GUI/MainWindow.cpp
@@ -192,7 +192,7 @@ void MainWindow::makeMenus()
192
m_menuHelp->addAction(tr("&About"), this, [=]() {
193
QString title = tr("About GameCube Pokémon RNG assistant");
194
QString text =
195
- "Beta version 0.2.1\n\n" +
+ "Version 1.0\n\n" +
196
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
197
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
198
"You should have received a copy of the MIT license along with this program");
0 commit comments