Bump sigcache version

Bumped to force a full rebuild of the signature cache map.
This commit is contained in:
Kawe Mazidjatari 2023-04-10 00:13:05 +02:00
parent 7ae19d245a
commit 7c6094fc19

View File

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