mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Minor campaign version bump for Normandy 2.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2804.
This commit is contained in:
parent
410c25b331
commit
7798e2970c
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user