Version bump to 1.77.1.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5623 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
cd23c36b70
commit
50895952b2
Binary file not shown.
@ -37,7 +37,7 @@ this.name = "oolite-cloaking-device";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2007-2013 the Oolite team.";
|
||||
this.description = "Cloaking device mission in galaxy 5.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this.shipWillExitWitchspace = function ()
|
||||
|
@ -36,7 +36,7 @@
|
||||
this.name = "oolite-cloaking-device-pod";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2007-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this.shipWasScooped = function (scooper)
|
||||
|
@ -36,7 +36,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-cloaking-device-target-ship";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this.shipDied = function ()
|
||||
|
@ -36,7 +36,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-conditions";
|
||||
this.author = "cim";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
/* contexts: npc, purchase, scripted, newShip, (loading), (damage), (portable) */
|
||||
|
@ -37,7 +37,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-constrictor-hunt";
|
||||
this.author = "Eric Walch";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this._cleanUp = function ()
|
||||
|
@ -30,7 +30,7 @@
|
||||
this.name = "oolite-constrictor-pilot";
|
||||
this.author = "Eric Walch";
|
||||
this.copyright = "© 2008-2010 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this.unloadCharacter = function ()
|
||||
|
@ -36,7 +36,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-constrictor";
|
||||
this.author = "Eric Walch";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
/*
|
||||
|
@ -37,7 +37,7 @@ this.name = "oolite-contracts-cargo";
|
||||
this.author = "cim";
|
||||
this.copyright = "© 2012-2013 the Oolite team.";
|
||||
this.description = "Cargo delivery contracts.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
/**** Configuration options and API ****/
|
||||
|
||||
|
@ -37,7 +37,7 @@ this.name = "oolite-contracts-helpers";
|
||||
this.author = "cim";
|
||||
this.copyright = "© 2012-2013 the Oolite team.";
|
||||
this.description = "Helper functions for various contracts.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
// returns a string containing the necessary number of "hair spaces" to
|
||||
// pad the currentText string to the specified length in 'em'
|
||||
|
@ -37,7 +37,7 @@ this.name = "oolite-contracts-parcels";
|
||||
this.author = "cim";
|
||||
this.copyright = "© 2012-2013 the Oolite team.";
|
||||
this.description = "Parcel delivery contracts.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
/**** Configuration options and API ****/
|
||||
|
||||
|
@ -37,7 +37,7 @@ this.name = "oolite-contracts-passengers";
|
||||
this.author = "cim";
|
||||
this.copyright = "© 2012-2013 the Oolite team.";
|
||||
this.description = "Parcel delivery contracts.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
/**** Configuration options and API ****/
|
||||
|
||||
|
@ -36,6 +36,6 @@ this.name = "oolite-default-effect-script";
|
||||
this.author = "cim";
|
||||
this.copyright = "© 2012-2013 the Oolite team.";
|
||||
this.description = "Standard script for effects.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
// this script does not define default behaviours for any handlers.
|
||||
|
@ -34,4 +34,4 @@ this.name = "oolite-default-player-script";
|
||||
this.author = "Jens Ayton";
|
||||
this.description = "Standard script for player ship.";
|
||||
this.copyright = "© 2007-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
@ -36,7 +36,7 @@ this.name = "oolite-default-ship-script";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2007-2013 the Oolite team.";
|
||||
this.description = "Standard script for ships.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
// launch_actions handled on shipSpawned(). For parity with 1.65, launch_actions don’t fire for the main station.
|
||||
|
@ -46,7 +46,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-global-prefix";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2009-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
(function (special) {
|
||||
|
@ -35,7 +35,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-locale-functions";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2012-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
(function () {
|
||||
|
@ -36,7 +36,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-nova";
|
||||
this.author = "Eric Walch, Jens Ayton, Kaks";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this._endTheMission = function ()
|
||||
|
@ -36,7 +36,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-thargoid-plans";
|
||||
this.author = "Eric Walch";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this._setUpShips = function ()
|
||||
|
@ -36,7 +36,7 @@ MA 02110-1301, USA.
|
||||
this.name = "oolite-thargoid-warship";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
this.shipDied = function ()
|
||||
|
@ -37,7 +37,7 @@ this.name = "oolite-trumbles";
|
||||
this.author = "Jens Ayton";
|
||||
this.copyright = "© 2008-2013 the Oolite team.";
|
||||
this.description = "Random offers of trumbles.";
|
||||
this.version = "1.77";
|
||||
this.version = "1.77.1";
|
||||
|
||||
|
||||
(function () {
|
||||
|
@ -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.77
|
||||
SoftwareVersion: 1.77.1
|
||||
AutopackageTarget: 1.4
|
||||
# Use 'CPUArchitectures: x86_64' if 'uname -m' gives x86_64
|
||||
CPUArchitectures: x86
|
||||
|
@ -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.77
|
||||
SoftwareVersion: 1.77.1
|
||||
AutopackageTarget: 1.4
|
||||
# Use 'CPUArchitectures: x86' if 'uname -m' gives i?86 (i.e. consider '?' as a wildcard)
|
||||
CPUArchitectures: x86_64
|
||||
|
@ -60,7 +60,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>Ool8</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.77</string>
|
||||
<string>1.77.1</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
|
@ -1 +1 @@
|
||||
OOLITE_VERSION=1.77
|
||||
OOLITE_VERSION=1.77.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user