MOD: updated the file version # since changes to the format were made

This commit is contained in:
JohnE 2015-12-02 11:33:01 -08:00
parent 02e187c233
commit 78c1727afa
1 changed files with 3 additions and 1 deletions

View File

@ -34,8 +34,10 @@ class FingerprintDB:
""" """
sqlmaster = "SELECT name, sql FROM sqlite_master WHERE type='table'" sqlmaster = "SELECT name, sql FROM sqlite_master WHERE type='table'"
# version of the scanner used to create the fingerprint
scanner_ver = "0.90" scanner_ver = "0.90"
format_ver = "0.90" # version of the json file format, this # is inserted in the json fingerprint file and can be used to determine what is supported at the time of that version
format_ver = "0.91"
# #
def __init__(self): def __init__(self):