Skip to content

Commit

Permalink
Bumped version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Feb 11, 2022
1 parent 03af209 commit b3908c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased 1.8 Patch
### Tiled 1.8.1 (11 February 2022)

* Fixed pasted objects not getting selected if a tile layer was also copied
* Fixed possible crash when trying to determine whether OpenGL is used
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '1.8'
# The full version, including alpha/beta/rc tags.
release = '1.8.0'
release = '1.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion tiled.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialize the version
isEmpty(TILED_VERSION):TILED_VERSION = "1.8.0"
isEmpty(TILED_VERSION):TILED_VERSION = "1.8.1"

# See the README file for instructions about setting the install prefix.
isEmpty(PREFIX):PREFIX = /usr/local
Expand Down
2 changes: 1 addition & 1 deletion tiled.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project {
qbsSearchPaths: "qbs"
minimumQbsVersion: "1.12"

property string version: Environment.getEnv("TILED_VERSION") || "1.8.0";
property string version: Environment.getEnv("TILED_VERSION") || "1.8.1";
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT") == "true"
property bool release: Environment.getEnv("TILED_RELEASE") == "true"
property bool installHeaders: false
Expand Down

0 comments on commit b3908c2

Please sign in to comment.