Skip to content

Commit

Permalink
Prepared version RC9
Browse files Browse the repository at this point in the history
  • Loading branch information
Khopa committed Jun 24, 2020
1 parent 8f7b51a commit c5d055c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qt_ui/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from userdata import logging_config

# Logging setup
VERSION_STRING = "2.0RC7"
VERSION_STRING = "2.0RC9"
logging_config.init_logging(VERSION_STRING)

import logging
Expand Down
2 changes: 1 addition & 1 deletion qt_ui/windows/QNewGameWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def start_new_game(self, player_name: str, enemy_name: str, conflicttheater: Con
game.budget = int(game.budget * multiplier)
game.settings.multiplier = multiplier
game.settings.sams = True
game.settings.version = "2.0RC7"
game.settings.version = "2.0RC9"

if midgame:
game.budget = game.budget * 4 * len(list(conflicttheater.conflicts()))
Expand Down

0 comments on commit c5d055c

Please sign in to comment.