From 92df7d5f86d9d8b4a4ecfce40dc08416c4da4ba3 Mon Sep 17 00:00:00 2001 From: cim Date: Wed, 2 Jul 2014 20:00:32 +0100 Subject: [PATCH] Increase version number to 1.81 for new development cycle --- DebugOXP/Debug.oxp/requires.plist | 2 +- 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DebugOXP/Debug.oxp/requires.plist b/DebugOXP/Debug.oxp/requires.plist index b765ecb5..b3e80e43 100644 --- a/DebugOXP/Debug.oxp/requires.plist +++ b/DebugOXP/Debug.oxp/requires.plist @@ -1,3 +1,3 @@ { - version = "1.80"; + version = "1.81"; } diff --git a/installers/autopackage/default.x86.apspec b/installers/autopackage/default.x86.apspec index b2949c3e..9fe13dce 100644 --- a/installers/autopackage/default.x86.apspec +++ b/installers/autopackage/default.x86.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.80 +SoftwareVersion: 1.81 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 e64bcb3c..451b6989 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.80 +SoftwareVersion: 1.81 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 1bf2cc6f..ee6e6fcf 100644 --- a/src/Cocoa/Info-Oolite.plist +++ b/src/Cocoa/Info-Oolite.plist @@ -80,7 +80,7 @@ CFBundleSignature Ool8 CFBundleVersion - 1.80 + 1.81 LSApplicationCategoryType public.app-category.games LSMinimumSystemVersionByArchitecture diff --git a/src/Cocoa/oolite-version.xcconfig b/src/Cocoa/oolite-version.xcconfig index 67813625..82f6a941 100644 --- a/src/Cocoa/oolite-version.xcconfig +++ b/src/Cocoa/oolite-version.xcconfig @@ -1 +1 @@ -OOLITE_VERSION=1.80 +OOLITE_VERSION=1.81