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" "\n") - .arg(QApplication::applicationVersion(), QStringLiteral("2024")); + .arg(QApplication::applicationVersion(), QStringLiteral("2025")); textBrowser->setHtml(html); diff --git a/tiled.qbs b/tiled.qbs index fb54d9ba13..f37df5fd07 100644 --- a/tiled.qbs +++ b/tiled.qbs @@ -6,7 +6,7 @@ Project { qbsSearchPaths: "qbs" minimumQbsVersion: "1.13" - property string version: Environment.getEnv("TILED_VERSION") || "1.11.0"; + property string version: Environment.getEnv("TILED_VERSION") || "1.11.1"; property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true" property bool release: Environment.getEnv("TILED_RELEASE") == "true" property string libDir: "lib"