diff --git a/mainwindow.cpp b/mainwindow.cpp index 3f5ffb5..1d66eb0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -632,7 +632,7 @@ void MainWindow::on_actionAbout_triggered() { QMessageBox msgBox(this); msgBox.setTextFormat(Qt::RichText); - msgBox.setText("Version: 1.2 (07 / 2023)
Author: Johannes Winkler
License: GNU GPL License
https://github.com/jowin202/OpenSprite"); + msgBox.setText("Version: 1.3 (02 / 2024)
Author: Johannes Winkler
License: GNU GPL License
https://github.com/jowin202/OpenSprite"); msgBox.setStandardButtons(QMessageBox::Ok); msgBox.exec(); }