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

@@ -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)