Skip to content

Commit

Permalink
Change version number to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Jul 13, 2011
1 parent bc83b66 commit 6fdca4c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array/>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleHelpBookFolder</key>
Expand All @@ -21,11 +23,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.5.1</string>
<string>2.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>2.5.1</string>
<string>2.6.0</string>
<key>LSUIElement</key>
<string>1</string>
<key>MPWebPageURL</key>
Expand All @@ -34,9 +38,15 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSServices</key>
<array/>
<key>SUFeedURL</key>
<string>http://www.symonds.id.au/marcopolo/appcast.xml</string>
<key>SUScheduledCheckInterval</key>
<integer>86400</integer>
<key>UTExportedTypeDeclarations</key>
<array/>
<key>UTImportedTypeDeclarations</key>
<array/>
</dict>
</plist>

0 comments on commit 6fdca4c

Please sign in to comment.