Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jowin202 committed Feb 20, 2024
1 parent e300730 commit 374e09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ void MainWindow::on_actionAbout_triggered()
{
QMessageBox msgBox(this);
msgBox.setTextFormat(Qt::RichText);
msgBox.setText("Version: 1.2 (07 / 2023)<br>Author: Johannes Winkler<br>License: GNU GPL License<br><a href='https://github.com/jowin202/OpenSprite'>https://github.com/jowin202/OpenSprite</a>");
msgBox.setText("Version: 1.3 (02 / 2024)<br>Author: Johannes Winkler<br>License: GNU GPL License<br><a href='https://github.com/jowin202/OpenSprite'>https://github.com/jowin202/OpenSprite</a>");
msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.exec();
}
Expand Down

0 comments on commit 374e09d

Please sign in to comment.