Minor campaign version bump for Normandy 2.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2804.
This commit is contained in:
Dan Albert 2023-05-30 23:40:17 -07:00
parent 410c25b331
commit 7798e2970c
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Saves from 7.x are not compatible with 8.0.
## Features/Improvements
* **[Engine]** Support for Normandy 2 airfields.
* **[Factions]** Replaced Patriot STRs "EWRs" with AN/FPS-117 for blue factions 1980 or newer.
* **[Mission Generation]** Added option to prevent scud and V2 sites from firing at the start of the mission.
* **[Mission Generation]** Added settings for controlling number of tactical commander, observer, JTAC, and game master slots.

View File

@ -175,4 +175,7 @@ VERSION = _build_version_string()
#:
#: Version 10.7
#: * Support for defining squadron sizes.
CAMPAIGN_FORMAT_VERSION = (10, 7)
#:
#: Version 10.8
#: * Support for Normandy 2.
CAMPAIGN_FORMAT_VERSION = (10, 8)