mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user