Bump campaign version to 10.2

This commit is contained in:
RndName 2022-02-15 20:04:50 +01:00
parent 5cdfe62e2d
commit 5569f49456

View File

@ -142,4 +142,8 @@ VERSION = _build_version_string()
#: `recommended_player_income_multiplier: 1.0`.
#: `recommended_enemy_income_multiplier: 1.0`.
#:
CAMPAIGN_FORMAT_VERSION = (10, 1)
#: Version 10.2
#: * Campaign files can optionally define the iads configuration
#: It is possible to define if the campaign supports advanced iads
#:
CAMPAIGN_FORMAT_VERSION = (10, 2)