Skip to content

Commit

Permalink
Updated NEWS and bumped version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 30, 2016
1 parent dbf60d9 commit edaf663
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.15.1 (30 January 2016)
* Fixed adding/removing object name labels when set to always visible
* Fixed a problem with 'Execute in Terminal' on OS X
* Fixed mouse coordinate conversion for hexagonal renderer
* Fixed image layer offset handling
* Update Czech translation

0.15.0 (4 January 2016)
* Allow loading maps with broken external references
* Allow plugins to be enabled/disabled
Expand Down
6 changes: 3 additions & 3 deletions src/tiled/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Tiled</string>
<key>CFBundleGetInfoString</key>
<string>Tiled 0.15.0, Copyright 2008-2015 Thorbjørn Lindeijer, GNU General Public License</string>
<string>Tiled 0.15.1, Copyright 2008-2016 Thorbjørn Lindeijer, GNU General Public License</string>
<key>CFBundleIconFile</key>
<string>tiled-icon-mac</string>
<key>CFBundleIdentifier</key>
Expand All @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.15.0</string>
<string>0.15.1</string>
<key>CFBundleVersion</key>
<string>0.15.0</string>
<string>0.15.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion src/tiled/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int main(int argc, char *argv[])
#ifdef BUILD_INFO_VERSION
a.setApplicationVersion(QLatin1String(AS_STRING(BUILD_INFO_VERSION)));
#else
a.setApplicationVersion(QLatin1String("0.15.0"));
a.setApplicationVersion(QLatin1String("0.15.1"));
#endif

#ifdef Q_OS_MAC
Expand Down

0 comments on commit edaf663

Please sign in to comment.