From e503a8034c80736f071cecad1268901ac30dc1d3 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 9 Sep 2022 15:22:41 -0700 Subject: [PATCH] Bump the campaign version for the Falklands. Support isn't done yet, but the things that would affect campaign design are done. https://github.com/dcs-liberation/dcs_liberation/issues/2242 --- game/version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/game/version.py b/game/version.py index d81081e7..6bd9ca4c 100644 --- a/game/version.py +++ b/game/version.py @@ -155,4 +155,7 @@ VERSION = _build_version_string() #: field. For example, `recommended_start_data: 2022-08-31 13:30:00` will have the #: first turn start at 13:30. If omitted, or if only a date is given, the mission will #: start at a random hour in the middle of the day as before. -CAMPAIGN_FORMAT_VERSION = (10, 3) +#: +#: Version 10.4 +#: * Support for the Falklands. +CAMPAIGN_FORMAT_VERSION = (10, 4)