Skip to content

Commit

Permalink
Bumped version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed May 1, 2011
1 parent d380fac commit 9b0df70
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.2 (2 May 2011)
* Fixed object layers losing their color when resizing the map
* Fixed the tabs in the Tilesets dock to use scroll buttons on MacOS X
* Fixed window title to update when saving a map with a different name

0.6.1 (3 April 2011)
* Added ability to open multiple files at once
* Added Ctrl+PageUp/PageDown shortcuts to switch documents
Expand Down
2 changes: 1 addition & 1 deletion dist/win/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tiled into that variable. The commands to set those may look like the
following:
set QTDIR="C:\Qt\4.7.1"
set MINGW="C:\MinGW"
set VERSION="0.6.1"
set VERSION="0.6.2"

Optionally you can also set the program architecture which is then used to
deduce the resulting installer filename. It can either be 32 or 64 and defaults
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.6.1, Copyright 2008-2010 Thorbjørn Lindeijer, GNU General Public License</string>
<string>Tiled 0.6.2, Copyright 2008-2011 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.6.1</string>
<string>0.6.2</string>
<key>CFBundleVersion</key>
<string>0.6.1</string>
<string>0.6.2</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 @@ -102,7 +102,7 @@ int main(int argc, char *argv[])

a.setOrganizationDomain(QLatin1String("mapeditor.org"));
a.setApplicationName(QLatin1String("Tiled"));
a.setApplicationVersion(QLatin1String("0.6.1"));
a.setApplicationVersion(QLatin1String("0.6.2"));
#ifdef Q_WS_MAC
a.setAttribute(Qt::AA_DontShowIconsInMenus);
#endif
Expand Down

0 comments on commit 9b0df70

Please sign in to comment.