Minor campaign version bump for Normandy 2.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2804.

(cherry picked from commit 7798e2970c)
This commit is contained in:
Dan Albert
2023-05-30 23:40:17 -07:00
parent aae53ffc63
commit b523b03e3c
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
## 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)