Version number

This commit is contained in:
Khopa 2020-08-12 23:58:23 +02:00
parent 464bfccfb6
commit d6398630df
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
from userdata import logging_config
# Logging setup
VERSION_STRING = "2.0RC9"
VERSION_STRING = "2.0.10"
logging_config.init_logging(VERSION_STRING)
import logging

View File

@ -121,7 +121,7 @@ class NewGameWizard(QtWidgets.QWizard):
game.budget = int(game.budget * multiplier)
game.settings.multiplier = multiplier
game.settings.sams = True
game.settings.version = "2.0RC9"
game.settings.version = "2.0.10"
if midgame:
game.budget = game.budget * 4 * len(list(conflicttheater.conflicts()))