Version number bumped to 1.86. Code Freeze.
This commit is contained in:
parent
378a36b591
commit
451665081a
@ -190,7 +190,7 @@ this.name = "oolite-debug-console";
|
|||||||
this.author = "Jens Ayton";
|
this.author = "Jens Ayton";
|
||||||
this.copyright = "© 2007-2013 the Oolite team.";
|
this.copyright = "© 2007-2013 the Oolite team.";
|
||||||
this.description = "Debug console script.";
|
this.description = "Debug console script.";
|
||||||
this.version = "1.84";
|
this.version = "1.86";
|
||||||
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
title = "Oolite Debug OXP";
|
title = "Oolite Debug OXP";
|
||||||
identifier = "org.oolite.oolite.debug";
|
identifier = "org.oolite.oolite.debug";
|
||||||
|
|
||||||
version = "1.85";
|
version = "1.86";
|
||||||
required_oolite_version = "1.85";
|
required_oolite_version = "1.86";
|
||||||
|
|
||||||
license = "GPL 2+ / CC-BY-NC-SA 3.0 - see LICENSE.TXT for details";
|
license = "GPL 2+ / CC-BY-NC-SA 3.0 - see LICENSE.TXT for details";
|
||||||
author = "Giles Williams, Jens Ayton and contributors";
|
author = "Giles Williams, Jens Ayton and contributors";
|
||||||
|
Binary file not shown.
@ -18,7 +18,7 @@ Packager: Konstantinos Sykas <ksykas@gmail.com>
|
|||||||
Summary: Oolite is an Elite tribute game that is easily expandable.
|
Summary: Oolite is an Elite tribute game that is easily expandable.
|
||||||
URL: http://oolite.aegidian.org
|
URL: http://oolite.aegidian.org
|
||||||
License: GNU GPL version 2
|
License: GNU GPL version 2
|
||||||
SoftwareVersion: 1.85
|
SoftwareVersion: 1.86
|
||||||
AutopackageTarget: 1.4
|
AutopackageTarget: 1.4
|
||||||
# Use 'CPUArchitectures: x86_64' if 'uname -m' gives x86_64
|
# Use 'CPUArchitectures: x86_64' if 'uname -m' gives x86_64
|
||||||
CPUArchitectures: x86
|
CPUArchitectures: x86
|
||||||
|
@ -18,7 +18,7 @@ Packager: Konstantinos Sykas <ksykas@gmail.com>
|
|||||||
Summary: Oolite is an Elite tribute game that is easily expandable.
|
Summary: Oolite is an Elite tribute game that is easily expandable.
|
||||||
URL: http://oolite.aegidian.org
|
URL: http://oolite.aegidian.org
|
||||||
License: GNU GPL version 2
|
License: GNU GPL version 2
|
||||||
SoftwareVersion: 1.85
|
SoftwareVersion: 1.86
|
||||||
AutopackageTarget: 1.4
|
AutopackageTarget: 1.4
|
||||||
# Use 'CPUArchitectures: x86' if 'uname -m' gives i?86 (i.e. consider '?' as a wildcard)
|
# Use 'CPUArchitectures: x86' if 'uname -m' gives i?86 (i.e. consider '?' as a wildcard)
|
||||||
CPUArchitectures: x86_64
|
CPUArchitectures: x86_64
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>Ool8</string>
|
<string>Ool8</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.85</string>
|
<string>1.86</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.games</string>
|
<string>public.app-category.games</string>
|
||||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||||
|
@ -1 +1 @@
|
|||||||
OOLITE_VERSION=1.85
|
OOLITE_VERSION=1.86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user