Version String managed in a single place. And shown in about Window

This commit is contained in:
Khopa
2020-08-20 16:02:16 +02:00
parent 513c81b508
commit 5afa2a23f6
4 changed files with 8 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ from game.event import UnitsDeliveryEvent, FrontlineAttackEvent
from theater.theatergroundobject import CATEGORY_MAP
from userdata.liberation_theme import get_theme_icons
VERSION_STRING = "2.1.0"
URLS : Dict[str, str] = {
"Manual": "https://github.com/khopa/dcs_liberation/wiki",
"Repository": "https://github.com/khopa/dcs_liberation",