Prepared version RC9

This commit is contained in:
Khopa 2020-06-24 23:54:23 +02:00
parent 8f7b51a3df
commit c5d055c19b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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