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 data
version = "1.19.2" version = "1.19.2"
tag = "git" tag = "git"
expansionName = "February 2016" expansionName = "Singularity"
expansionVersion = "1.1" expansionVersion = "1015913"
evemonMinVersion = "4081" evemonMinVersion = "4081"
pyfaPath = None pyfaPath = None

View File

@@ -37,4 +37,4 @@ def update(saveddata_engine):
func(saveddata_engine) func(saveddata_engine)
# when all is said and done, set version to current # 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))