Bump campaign version to 8.0 for latest DCS.

Building IDs changed again. Ack the change in my two campaigns which
don't use these target types.

(cherry picked from commit edbd3de4a4f8d62adeb98880f97e012d2bab75a8)
This commit is contained in:
Dan Albert 2021-07-21 17:10:29 -07:00
parent 1991c4d48f
commit 2295f4edfe
3 changed files with 7 additions and 3 deletions

View File

@ -106,4 +106,8 @@ VERSION = _build_version_string()
#:
#: Version 7.1
#: * Support for Mariana Islands terrain
CAMPAIGN_FORMAT_VERSION = (7, 1)
#:
#: Version 8.0
#: * DCS 2.7.4.9632 changed scenery target IDs. Any mission using map buildings as
#: strike targets must check and potentially recreate all those objectives.
CAMPAIGN_FORMAT_VERSION = (8, 0)

View File

@ -7,5 +7,5 @@
"description": "<p>You have managed to establish a foothold at Khasab. Continue pushing south.</p>",
"miz": "battle_of_abu_dhabi.miz",
"performance": 2,
"version": "7.0"
"version": "8.0"
}

View File

@ -5,5 +5,5 @@
"description": "<p>A medium sized theater with bases along the coast of the Black Sea.</p>",
"miz": "black_sea.miz",
"performance": 2,
"version": "7.0"
"version": "8.0"
}