From 2bac00a0dcc01a896a94898244cd72f238f80b04 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Wed, 25 Dec 2024 14:06:36 +0800 Subject: [PATCH] Added missing port selection --- 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 544a882b..a6a40b02 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 "48" -#define COMPILETIME "20241223233715" +#define PATCH "49" +#define COMPILETIME "20241225140636"