MOD: updated the file version # since changes to the format were made
This commit is contained in:
parent
02e187c233
commit
78c1727afa
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue