Bump campaign version for squadron sizes.

The old mode where squadrons started empty and had no size limit is
going away.

I bumped the campaign versions for the ones that claimed support and
tested a handful. All of Fuzzle's campaigns actually had the wrong
version in the yaml. They claim support for this but none that I tested
actually fit within the limits (despite having sizes defined). Either it
was supposed to be 10.7, or maybe the airports lost some parking.
This commit is contained in:
Dan Albert
2023-10-01 11:46:24 -07:00
parent 2344fc0b5c
commit 63584321c6
12 changed files with 159 additions and 118 deletions

View File

@@ -188,4 +188,7 @@ VERSION = _build_version_string()
#:
#: Version 10.11
#: * Support for ferry-only bases.
CAMPAIGN_FORMAT_VERSION = (10, 10)
#:
#: Version 11.0
#: * The squadron sizes introduced in 10.7 are required.
CAMPAIGN_FORMAT_VERSION = (11, 0)