From df98e1f8aca5f54f5f5435ea0d2f76b4b66ec42a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 18 Apr 2021 23:25:44 -0700 Subject: [PATCH] Fix campaign format version. Updatd the comment but forgot to update the number... --- game/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/version.py b/game/version.py index dc69650f..398c0c27 100644 --- a/game/version.py +++ b/game/version.py @@ -39,4 +39,4 @@ VERSION = _build_version_string() #: * Factories (Warehouse_A) define factory objectives. Only control points with #: factories will be able to recruit ground units, so they should exist in sufficient #: number and be protected by IADS. -CAMPAIGN_FORMAT_VERSION = 1 +CAMPAIGN_FORMAT_VERSION = 2