Bump campaign version

This commit is contained in:
Raffson 2022-12-04 21:27:43 +01:00
parent 6c673697f0
commit a88f48f3ce
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -167,4 +167,9 @@ VERSION = _build_version_string()
#:
#: Version 10.4
#: * Support for the Falklands.
CAMPAIGN_FORMAT_VERSION = (10, 4)
#:
#: Version 10.5
#: * Support for scenery objectives defined by quad zones.
#: * Campaign designers can now define `max_frontline_length` (in km) setting:
#: `max_frontline_length: 25`
CAMPAIGN_FORMAT_VERSION = (10, 5)