From 63345b6696e0068e7adcfd42d90ba8916dc83cdd Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:09:20 +0200 Subject: [PATCH] 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. --- src/public/tier0/sigcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/tier0/sigcache.h b/src/public/tier0/sigcache.h index 67ff711a..13086c31 100644 --- a/src/public/tier0/sigcache.h +++ b/src/public/tier0/sigcache.h @@ -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 {