From 21bcc59a10672442b710e37d08ca7027f746e0bd Mon Sep 17 00:00:00 2001 From: AnotherCommander Date: Sun, 30 Aug 2020 14:28:12 +0200 Subject: [PATCH] Bump master version to 1.91. --- .../Debug.oxp/Scripts/oolite-debug-console.js | 2 +- DebugOXP/Debug.oxp/manifest.plist | 4 ++-- Resources/InfoPlist.strings | Bin 630 -> 630 bytes installers/autopackage/default.x86.apspec | 2 +- installers/autopackage/default.x86_64.apspec | 2 +- src/Cocoa/Info-Oolite.plist | 2 +- src/Cocoa/oolite-version.xcconfig | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js b/DebugOXP/Debug.oxp/Scripts/oolite-debug-console.js index 9050e9a5..71c34a23 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-2020 the Oolite team."; this.description = "Debug console script."; -this.version = "1.90"; +this.version = "1.91"; (function() { diff --git a/DebugOXP/Debug.oxp/manifest.plist b/DebugOXP/Debug.oxp/manifest.plist index 6bb8cd6a..1880b5f6 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.90"; - required_oolite_version = "1.90"; + version = "1.91"; + required_oolite_version = "1.91"; license = "GPL 2+ / CC-BY-NC-SA 3.0 - see LICENSE.TXT for details"; author = "Giles Williams, Jens Ayton and contributors"; diff --git a/Resources/InfoPlist.strings b/Resources/InfoPlist.strings index 5a0c2f499b134876a6aa21fb899560ba4a1cf7cc..a23fb5b3d9a684ca02beb96869de84b5160295f8 100644 GIT binary patch delta 18 acmeyy@{MJ}J4VBa?_(JaH~TVbG6DcjiU!{R delta 18 acmeyy@{MJ}J4S Summary: Oolite is an Elite tribute game that is easily expandable. URL: http://oolite.aegidian.org License: GNU GPL version 2 -SoftwareVersion: 1.90 +SoftwareVersion: 1.91 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 57a4799f..395a7089 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.90 +SoftwareVersion: 1.91 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 8ae85938..465e4e0e 100644 --- a/src/Cocoa/Info-Oolite.plist +++ b/src/Cocoa/Info-Oolite.plist @@ -80,7 +80,7 @@ CFBundleSignature Ool8 CFBundleVersion - 1.90 + 1.91 LSApplicationCategoryType public.app-category.games LSMinimumSystemVersionByArchitecture diff --git a/src/Cocoa/oolite-version.xcconfig b/src/Cocoa/oolite-version.xcconfig index 7e4dd392..673b52d6 100644 --- a/src/Cocoa/oolite-version.xcconfig +++ b/src/Cocoa/oolite-version.xcconfig @@ -1 +1 @@ -OOLITE_VERSION=1.90 +OOLITE_VERSION=1.91