Tier0: increment sigcache db version number

Force full rebuild on server and client.
This commit is contained in:
Kawe Mazidjatari 2024-10-04 16:38:31 +02:00
parent 79afdf08fe
commit ec3c670b2b

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