From 36c4bb88be4559435d0c12b755591e49945e80b0 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 12 Jun 2023 17:47:13 -0700 Subject: [PATCH] Sinai support. The rest of the work is done, so bump the campaign version and update the changelog. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2979. --- changelog.md | 2 +- game/version.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 054135c0..3d31e041 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ Saves from 7.x are not compatible with 8.0. ## Features/Improvements -* **[Engine]** Support for DCS 2.8.6.41066. +* **[Engine]** Support for DCS 2.8.6.41066, including the new Sinai map. * **[UI]** Limited size of overfull airbase display and added scrollbar. * **[UI]** Moved air wing and transfer menus to the toolbar to improve UI fit on low resolution displays. diff --git a/game/version.py b/game/version.py index 48d8c66e..b8fbdef9 100644 --- a/game/version.py +++ b/game/version.py @@ -182,4 +182,7 @@ VERSION = _build_version_string() #: Version 10.9 #: * Campaign is compatible with new squadron rules. The default air wing configuration #: has enough parking available at each base when squadrons begin at full strength. -CAMPAIGN_FORMAT_VERSION = (10, 9) +#: +#: Version 10.10 +#: * Support for Sinai. +CAMPAIGN_FORMAT_VERSION = (10, 10)