diff --git a/config.py b/config.py index b8ada7e1c7..7586a2902e 100644 --- a/config.py +++ b/config.py @@ -20,8 +20,8 @@ # Version data version = "1.19.2" tag = "git" -expansionName = "Singularity" -expansionVersion = "1015913" +expansionName = "February 2016" +expansionVersion = "1.1" evemonMinVersion = "4081" pyfaPath = None diff --git a/eos/db/migration.py b/eos/db/migration.py index a7c3fd7745..c99be1ffcf 100644 --- a/eos/db/migration.py +++ b/eos/db/migration.py @@ -37,4 +37,4 @@ def update(saveddata_engine): func(saveddata_engine) # when all is said and done, set version to current - # saveddata_engine.execute("PRAGMA user_version = {}".format(appVersion)) + saveddata_engine.execute("PRAGMA user_version = {}".format(appVersion))