diff --git a/game/version.py b/game/version.py index 569b413a..49ffbb08 100644 --- a/game/version.py +++ b/game/version.py @@ -184,5 +184,8 @@ VERSION = _build_version_string() #: * Support for defining squadron sizes. #: * Definition of "spawn-routes" allowing convoys to spawn on the road #: please note that an insufficiently long route can cause trouble in case of large convoys +#: +#: Version 10.8 +#: * Neutral base support. -CAMPAIGN_FORMAT_VERSION = (10, 7) +CAMPAIGN_FORMAT_VERSION = (10, 8)