Revert "Disable setting new database version and bump pre-release"

This reverts commit d36bf41ecf.
This commit is contained in:
blitzmann
2016-03-08 16:55:03 -05:00
parent d36bf41ecf
commit 68a6a828d8
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ saveInRoot = False
# Version data
version = "1.19.2"
tag = "git"
expansionName = "Singularity"
expansionVersion = "1015913"
expansionName = "February 2016"
expansionVersion = "1.1"
evemonMinVersion = "4081"
pyfaPath = None

View File

@@ -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))