From 246312840bffa0661c9254b534c88d2b26525035 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:07:27 +0100 Subject: [PATCH] Force full rebuild of SMap Force full rebuild due to changed/added/removed signatures. --- 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 08f77050..9a9b7688 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 0x1 // 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. #ifdef DEDICATED #define SIGDB_FILE "cfg\\server\\startup.bin"