Disable setting new database version and bump pre-release

This commit is contained in:
blitzmann
2016-03-05 22:21:40 -05:00
parent 821d9ea330
commit d36bf41ecf
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 = "February 2016"
expansionVersion = "1.1"
expansionName = "Singularity"
expansionVersion = "1015913"
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))