Tier0: bump sigcache version to force full rebuild

Many signatures have changed, force a full rebuild for the next patch to significantly speed up startup times.
This commit is contained in:
Kawe Mazidjatari 2024-04-12 22:09:20 +02:00
parent 5a2dfaf03a
commit 2c5e272c30

View File

@ -7,7 +7,7 @@
#define SIGDB_DICT_SIZE 20
#define SIGDB_MAJOR_VERSION 0x2 // Increment when library changes are made.
#define SIGDB_MINOR_VERSION 0xA // Increment when SDK updates are released.
#define SIGDB_MINOR_VERSION 0xB // Increment when SDK updates are released.
class CSigCache
{