From b5c0fb1384d15851f464eb0c326a2bd157b310f7 Mon Sep 17 00:00:00 2001 From: jvo203 Date: Wed, 11 Oct 2023 10:17:16 +0900 Subject: [PATCH] modified: src/version.h --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 1736fa0b3..d6f84822a 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 0 -#define VERSION_SUB 45 +#define VERSION_SUB 46 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) @@ -12,4 +12,4 @@ VERSION_SUB) #define WASM_VERSION "23.10.03.0" -#define VERSION_STRING "F/SV2023-10-04.0-BETA" \ No newline at end of file +#define VERSION_STRING "F/SV2023-10-11.0-BETA" \ No newline at end of file