diff --git a/src/tiled/aboutdialog.cpp b/src/tiled/aboutdialog.cpp index b0b786f2a4..35c38d61da 100644 --- a/src/tiled/aboutdialog.cpp +++ b/src/tiled/aboutdialog.cpp @@ -51,7 +51,7 @@ AboutDialog::AboutDialog(QWidget *parent): QDialog(parent) "

You may modify and redistribute this program under the terms of the GPL (version 2 or later). " "A copy of the GPL is contained in the 'COPYING' file distributed with Tiled.

\n" "

https://www.mapeditor.org/

\n") - .arg(QApplication::applicationVersion(), QStringLiteral("2023")); + .arg(QApplication::applicationVersion(), QStringLiteral("2024")); textBrowser->setHtml(html);