mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user