Update sig cache minor version

Invalidate old databases and rebuild as signature for 'gpGlobals' has changed.
This commit is contained in:
Kawe Mazidjatari 2023-01-18 01:35:27 +01:00
parent 3ed423543e
commit d5ef71200f

View File

@ -7,7 +7,7 @@
#define SIGDB_DICT_SIZE 20
#define SIGDB_MAJOR_VERSION 0x1 // Increment when library changes are made.
#define SIGDB_MINOR_VERSION 0x5 // Increment when SDK updates are released.
#define SIGDB_MINOR_VERSION 0x6 // Increment when SDK updates are released.
#ifdef DEDICATED
#define SIGDB_FILE "cfg\\server\\startup.bin"