mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Version number
This commit is contained in:
parent
464bfccfb6
commit
d6398630df
@ -1,7 +1,7 @@
|
|||||||
from userdata import logging_config
|
from userdata import logging_config
|
||||||
|
|
||||||
# Logging setup
|
# Logging setup
|
||||||
VERSION_STRING = "2.0RC9"
|
VERSION_STRING = "2.0.10"
|
||||||
logging_config.init_logging(VERSION_STRING)
|
logging_config.init_logging(VERSION_STRING)
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
@ -121,7 +121,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.0RC9"
|
game.settings.version = "2.0.10"
|
||||||
|
|
||||||
if midgame:
|
if midgame:
|
||||||
game.budget = game.budget * 4 * len(list(conflicttheater.conflicts()))
|
game.budget = game.budget * 4 * len(list(conflicttheater.conflicts()))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user