From 0a8de7fbf3ee2cafcf082660f77dba6677c093e1 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Wed, 20 Nov 2024 18:48:42 +0800 Subject: [PATCH] Changes to make room unit emulation work with version 4.1 --- 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 46b65861..2ab6d5c0 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 "21" -#define COMPILETIME "20241120161133" +#define PATCH "22" +#define COMPILETIME "20241120184842"