From a065078dc80434e321e8e51259297c1a70e1c353 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Mon, 25 Nov 2024 03:41:24 +0800 Subject: [PATCH] Bugfix for longer file names --- 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 027c83fc..ba431ea2 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 "26" -#define COMPILETIME "20241122014511" +#define PATCH "27" +#define COMPILETIME "20241125034124"