Tier0: bump sigcache minor version

Force rebuild of local cache since many signatures have changed.
This commit is contained in:
Kawe Mazidjatari 2024-01-30 13:50:07 +01:00
parent dd4c9c2637
commit 21addb83ea

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 0x9 // Increment when SDK updates are released.
#define SIGDB_MINOR_VERSION 0xA // Increment when SDK updates are released.
class CSigCache
{