Revert "Bump Campaign version to 10.0"

This reverts commit 209afd3adf.
This commit is contained in:
RndName
2022-01-01 18:21:13 +01:00
parent abe76ea003
commit 8dbd2e2561
10 changed files with 10 additions and 14 deletions

View File

@@ -123,8 +123,4 @@ VERSION = _build_version_string()
#: Version 9.1
#: * Campaign files can optionally define a start date with
#: `recommended_start_date: YYYY-MM-DD`.
#
#: 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)
CAMPAIGN_FORMAT_VERSION = (9, 1)