diff --git a/Doc/Version-bump.txt b/Doc/Version-bump.txt index 8b2052ad..73a6e330 100644 --- a/Doc/Version-bump.txt +++ b/Doc/Version-bump.txt @@ -5,6 +5,7 @@ Doc/ReadMe.rtfd Minor versions: installers/autopackage/default.x86.apspec +installers/autopackage/default.x86_64.apspec debian/changelog.in src/Cocoa/Info-Oolite.plist src/Cocoa/oolite-version.plist diff --git a/Resources/InfoPlist.strings b/Resources/InfoPlist.strings index e0c952a1..d0270098 100644 Binary files a/Resources/InfoPlist.strings and b/Resources/InfoPlist.strings differ diff --git a/Resources/Scripts/oolite-cloaking-device-mission.js b/Resources/Scripts/oolite-cloaking-device-mission.js index 789138c6..f4d90c75 100644 --- a/Resources/Scripts/oolite-cloaking-device-mission.js +++ b/Resources/Scripts/oolite-cloaking-device-mission.js @@ -34,7 +34,7 @@ this.name = "oolite-cloaking-device"; this.author = "Jens Ayton"; this.copyright = "© 2007-2009 the Oolite team."; this.description = "Cloaking device mission in galaxy 5."; -this.version = "1.74"; +this.version = "1.75"; this.shipWillExitWitchspace = function () diff --git a/Resources/Scripts/oolite-cloaking-device-pod.js b/Resources/Scripts/oolite-cloaking-device-pod.js index f82b2d2f..e6009c03 100644 --- a/Resources/Scripts/oolite-cloaking-device-pod.js +++ b/Resources/Scripts/oolite-cloaking-device-pod.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-cloaking-device-pod"; this.author = "Jens Ayton"; this.copyright = "© 2007–2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.shipWasScooped = function (scooper) diff --git a/Resources/Scripts/oolite-cloaking-device-target-ship.js b/Resources/Scripts/oolite-cloaking-device-target-ship.js index 00e68a7e..15a4f301 100644 --- a/Resources/Scripts/oolite-cloaking-device-target-ship.js +++ b/Resources/Scripts/oolite-cloaking-device-target-ship.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-cloaking-device-target-ship"; this.author = "Jens Ayton"; this.copyright = "© 2008-2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.shipDied = function () diff --git a/Resources/Scripts/oolite-constrictor-hunt-mission.js b/Resources/Scripts/oolite-constrictor-hunt-mission.js index eb408c77..a572cfb5 100644 --- a/Resources/Scripts/oolite-constrictor-hunt-mission.js +++ b/Resources/Scripts/oolite-constrictor-hunt-mission.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-constrictor-hunt"; this.author = "Eric Walch"; this.copyright = "© 2008–2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.cleanUp = function () diff --git a/Resources/Scripts/oolite-constrictor.js b/Resources/Scripts/oolite-constrictor.js index b0527902..379e6314 100644 --- a/Resources/Scripts/oolite-constrictor.js +++ b/Resources/Scripts/oolite-constrictor.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-constrictor"; this.author = "Eric Walch"; this.copyright = "© 2008–2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.legalPoints = 0; diff --git a/Resources/Scripts/oolite-default-ship-script.js b/Resources/Scripts/oolite-default-ship-script.js index c437d914..b49a2b32 100644 --- a/Resources/Scripts/oolite-default-ship-script.js +++ b/Resources/Scripts/oolite-default-ship-script.js @@ -33,7 +33,7 @@ this.name = "oolite-default-ship-script"; this.author = "Jens Ayton"; this.copyright = "© 2007–2009 the Oolite team."; this.description = "Standard script for ships."; -this.version = "1.74"; +this.version = "1.75"; // launch_actions handled on shipSpawned(). diff --git a/Resources/Scripts/oolite-global-prefix.js b/Resources/Scripts/oolite-global-prefix.js index 9a5a9ac1..927b1b32 100644 --- a/Resources/Scripts/oolite-global-prefix.js +++ b/Resources/Scripts/oolite-global-prefix.js @@ -43,7 +43,7 @@ MA 02110-1301, USA. this.name = "oolite-global-prefix"; this.author = "Jens Ayton"; this.copyright = "© 2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.global = (function () { return this; } ).call(); diff --git a/Resources/Scripts/oolite-nova-mission.js b/Resources/Scripts/oolite-nova-mission.js index d6065515..f09cca08 100644 --- a/Resources/Scripts/oolite-nova-mission.js +++ b/Resources/Scripts/oolite-nova-mission.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-nova"; this.author = "Eric Walch, Jens Ayton, Kaks"; this.copyright = "© 2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.missionOffers = function () diff --git a/Resources/Scripts/oolite-thargoid-plans-mission.js b/Resources/Scripts/oolite-thargoid-plans-mission.js index 70af019f..10cc006a 100644 --- a/Resources/Scripts/oolite-thargoid-plans-mission.js +++ b/Resources/Scripts/oolite-thargoid-plans-mission.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-thargoid-plans"; this.author = "Eric Walch"; this.copyright = "© 2008–2009 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.missionOffers = function () diff --git a/Resources/Scripts/oolite-thargoid-warship.js b/Resources/Scripts/oolite-thargoid-warship.js index 585e5cab..fa1b1453 100644 --- a/Resources/Scripts/oolite-thargoid-warship.js +++ b/Resources/Scripts/oolite-thargoid-warship.js @@ -33,7 +33,7 @@ MA 02110-1301, USA. this.name = "oolite-thargoid-warship"; this.author = "Jens Ayton"; this.copyright = "© 2008 the Oolite team."; -this.version = "1.74"; +this.version = "1.75"; this.shipDied = function () diff --git a/Resources/Scripts/oolite-trumbles-mission.js b/Resources/Scripts/oolite-trumbles-mission.js index 6e0294ec..8f7bb133 100644 --- a/Resources/Scripts/oolite-trumbles-mission.js +++ b/Resources/Scripts/oolite-trumbles-mission.js @@ -34,7 +34,7 @@ this.name = "oolite-trumbles"; this.author = "Jens Ayton"; this.copyright = "© 2008–2009 the Oolite team."; this.description = "Random offers of trumbles."; -this.version = "1.74"; +this.version = "1.75"; this.startUp = function () diff --git a/installers/autopackage/default.x86.apspec b/installers/autopackage/default.x86.apspec index 08db5af2..5607d739 100644 --- a/installers/autopackage/default.x86.apspec +++ b/installers/autopackage/default.x86.apspec @@ -16,7 +16,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.74 +SoftwareVersion: 1.75 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 317f8f1d..a0241edc 100644 --- a/installers/autopackage/default.x86_64.apspec +++ b/installers/autopackage/default.x86_64.apspec @@ -16,7 +16,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.74 +SoftwareVersion: 1.75 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 cfd24cfb..872e9f9c 100644 --- a/src/Cocoa/Info-Oolite.plist +++ b/src/Cocoa/Info-Oolite.plist @@ -60,7 +60,7 @@ CFBundleSignature Ool8 CFBundleVersion - 1.74 + 1.75 NSMainNibFile MainMenu NSPrincipalClass diff --git a/src/Cocoa/oolite-version.xcconfig b/src/Cocoa/oolite-version.xcconfig index 21cbad18..7e86f0ca 100644 --- a/src/Cocoa/oolite-version.xcconfig +++ b/src/Cocoa/oolite-version.xcconfig @@ -1 +1 @@ -OOLITE_VERSION=1.74 +OOLITE_VERSION=1.75