diff --git a/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js b/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js index 72fb6396..d685aff6 100644 --- a/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js +++ b/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js @@ -190,7 +190,7 @@ this.name = "oolite-debug-console"; this.author = "Jens Ayton"; this.copyright = "© 2007-2013 the Oolite team."; this.description = "Debug console script."; -this.version = "1.87"; +this.version = "1.88"; (function() { diff --git a/DebugOXP/Debug.oxp/manifest.plist b/DebugOXP/Debug.oxp/manifest.plist index a4b654d0..c946713b 100644 --- a/DebugOXP/Debug.oxp/manifest.plist +++ b/DebugOXP/Debug.oxp/manifest.plist @@ -2,8 +2,8 @@ title = "Oolite Debug OXP"; identifier = "org.oolite.oolite.debug"; - version = "1.87"; - required_oolite_version = "1.87"; + version = "1.88"; + required_oolite_version = "1.88"; license = "GPL 2+ / CC-BY-NC-SA 3.0 - see LICENSE.TXT for details"; author = "Giles Williams, Jens Ayton and contributors"; diff --git a/Doc/OoliteReadMe.odt b/Doc/OoliteReadMe.odt index 91fdfa65..9091ba2b 100644 Binary files a/Doc/OoliteReadMe.odt and b/Doc/OoliteReadMe.odt differ diff --git a/Doc/OoliteReadMe.pdf b/Doc/OoliteReadMe.pdf index b0a9df60..18ba3f38 100644 Binary files a/Doc/OoliteReadMe.pdf and b/Doc/OoliteReadMe.pdf differ diff --git a/Resources/InfoPlist.strings b/Resources/InfoPlist.strings index 38cf40fa..2a446e76 100644 Binary files a/Resources/InfoPlist.strings and b/Resources/InfoPlist.strings differ diff --git a/installers/autopackage/default.x86.apspec b/installers/autopackage/default.x86.apspec index fa8cf68a..1653cb02 100644 --- a/installers/autopackage/default.x86.apspec +++ b/installers/autopackage/default.x86.apspec @@ -18,7 +18,7 @@ Packager: Konstantinos Sykas Summary: Oolite is an Elite tribute game that is easily expandable. URL: http://oolite.aegidian.org License: GNU GPL version 2 -SoftwareVersion: 1.87 +SoftwareVersion: 1.88 AutopackageTarget: 1.4 # Use 'CPUArchitectures: x86_64' if 'uname -m' gives x86_64 CPUArchitectures: x86 diff --git a/installers/autopackage/default.x86_64.apspec b/installers/autopackage/default.x86_64.apspec index 7c5e4018..f220b3b2 100644 --- a/installers/autopackage/default.x86_64.apspec +++ b/installers/autopackage/default.x86_64.apspec @@ -18,7 +18,7 @@ Packager: Konstantinos Sykas Summary: Oolite is an Elite tribute game that is easily expandable. URL: http://oolite.aegidian.org License: GNU GPL version 2 -SoftwareVersion: 1.87 +SoftwareVersion: 1.88 AutopackageTarget: 1.4 # Use 'CPUArchitectures: x86' if 'uname -m' gives i?86 (i.e. consider '?' as a wildcard) CPUArchitectures: x86_64 diff --git a/src/Cocoa/Info-Oolite.plist b/src/Cocoa/Info-Oolite.plist index 560aa6bc..b5f6e00b 100644 --- a/src/Cocoa/Info-Oolite.plist +++ b/src/Cocoa/Info-Oolite.plist @@ -80,7 +80,7 @@ CFBundleSignature Ool8 CFBundleVersion - 1.87 + 1.88 LSApplicationCategoryType public.app-category.games LSMinimumSystemVersionByArchitecture diff --git a/src/Cocoa/oolite-version.xcconfig b/src/Cocoa/oolite-version.xcconfig index e0b8e4cc..32be9873 100644 --- a/src/Cocoa/oolite-version.xcconfig +++ b/src/Cocoa/oolite-version.xcconfig @@ -1 +1 @@ -OOLITE_VERSION=1.87 +OOLITE_VERSION=1.88