Bump Campaign version to 10.0

with the latest dcs update the Object IDs were changed.
updated the campaign version for these campaigns i was able to check.

#1868
This commit is contained in:
RndName
2021-12-31 16:30:52 +01:00
parent deb7227ce9
commit 209afd3adf
10 changed files with 14 additions and 10 deletions

View File

@@ -123,4 +123,8 @@ VERSION = _build_version_string()
#: Version 9.1
#: * Campaign files can optionally define a start date with
#: `recommended_start_date: YYYY-MM-DD`.
CAMPAIGN_FORMAT_VERSION = (9, 1)
#
#: Version 10.0
#: * DCS 2.7.9.17830 changed scenery target IDs. Any mission using map buildings as
#: strike targets must check and potentially recreate all those objectives.
CAMPAIGN_FORMAT_VERSION = (10, 0)