Tier0: bump sig cache version to 0x2F

Force full rebuild of RVA cache.
This commit is contained in:
Kawe Mazidjatari 2024-11-17 03:17:28 +01:00
parent d444900b9a
commit d655ae8b4d

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