From bb705ff64227b3d33abff4092aa20b92c117a61a Mon Sep 17 00:00:00 2001 From: fredlcore Date: Sun, 15 Dec 2024 03:42:47 +0800 Subject: [PATCH] Bugfix --- BSB_LAN/bsb-version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BSB_LAN/bsb-version.h b/BSB_LAN/bsb-version.h index 4e2b1b44..ab69ad37 100644 --- a/BSB_LAN/bsb-version.h +++ b/BSB_LAN/bsb-version.h @@ -1,4 +1,4 @@ #define MAJOR "4" #define MINOR "2" -#define PATCH "42" -#define COMPILETIME "20241213200534" +#define PATCH "43" +#define COMPILETIME "20241215034247"