From 7c6094fc19cf6b55f214cc495ff9efb37d5f0619 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 10 Apr 2023 00:13:05 +0200 Subject: [PATCH] Bump sigcache version Bumped to force a full rebuild of the signature cache map. --- r5dev/public/utility/sigcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/public/utility/sigcache.h b/r5dev/public/utility/sigcache.h index e17d16b9..11ab35fb 100644 --- a/r5dev/public/utility/sigcache.h +++ b/r5dev/public/utility/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 0x0 // Increment when SDK updates are released. +#define SIGDB_MINOR_VERSION 0x1 // Increment when SDK updates are released. #ifdef DEDICATED #define SIGDB_FILE "cfg/server/startup.bin"