Version number bumped to 1.86. Code Freeze.

This commit is contained in:
AnotherCommander 2017-10-17 15:36:47 +02:00
parent 378a36b591
commit 451665081a
7 changed files with 7 additions and 7 deletions

View File

@ -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.84";
this.version = "1.86";
(function() {

View File

@ -2,8 +2,8 @@
title = "Oolite Debug OXP";
identifier = "org.oolite.oolite.debug";
version = "1.85";
required_oolite_version = "1.85";
version = "1.86";
required_oolite_version = "1.86";
license = "GPL 2+ / CC-BY-NC-SA 3.0 - see LICENSE.TXT for details";
author = "Giles Williams, Jens Ayton and contributors";

Binary file not shown.

View File

@ -18,7 +18,7 @@ Packager: Konstantinos Sykas <ksykas@gmail.com>
Summary: Oolite is an Elite tribute game that is easily expandable.
URL: http://oolite.aegidian.org
License: GNU GPL version 2
SoftwareVersion: 1.85
SoftwareVersion: 1.86
AutopackageTarget: 1.4
# Use 'CPUArchitectures: x86_64' if 'uname -m' gives x86_64
CPUArchitectures: x86

View File

@ -18,7 +18,7 @@ Packager: Konstantinos Sykas <ksykas@gmail.com>
Summary: Oolite is an Elite tribute game that is easily expandable.
URL: http://oolite.aegidian.org
License: GNU GPL version 2
SoftwareVersion: 1.85
SoftwareVersion: 1.86
AutopackageTarget: 1.4
# Use 'CPUArchitectures: x86' if 'uname -m' gives i?86 (i.e. consider '?' as a wildcard)
CPUArchitectures: x86_64

View File

@ -80,7 +80,7 @@
<key>CFBundleSignature</key>
<string>Ool8</string>
<key>CFBundleVersion</key>
<string>1.85</string>
<string>1.86</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersionByArchitecture</key>

View File

@ -1 +1 @@
OOLITE_VERSION=1.85
OOLITE_VERSION=1.86