We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdabdfa commit db4cda4Copy full SHA for db4cda4
Source/GUI/MainWindow.cpp
@@ -199,7 +199,7 @@ void MainWindow::makeMenus()
199
m_menuHelp->addAction(tr("&About"), this, [=]() {
200
QString title = tr("About GameCube Pokémon RNG assistant");
201
QString text =
202
- "Version 1.0.1\n\n" +
+ "Version 1.0.2\n\n" +
203
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
204
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
205
"You should have received a copy of the MIT license along with this program");
0 commit comments