From 8ca8c7a4fbdf178e6e895e3957b00583d8546f9e Mon Sep 17 00:00:00 2001 From: steff393 Date: Sun, 28 May 2023 18:55:59 +0200 Subject: [PATCH] Preparation 0.4.9 --- src/globalConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globalConfig.cpp b/src/globalConfig.cpp index a11097c..3e0c9ed 100644 --- a/src/globalConfig.cpp +++ b/src/globalConfig.cpp @@ -8,7 +8,7 @@ const uint8_t m = 5; -#define WBEC_VER(s) "v" MAJOR_VER_STRING(s) ".4.8" // token stringification +#define WBEC_VER(s) "v" MAJOR_VER_STRING(s) ".4.9" // token stringification #define MAJOR_VER_STRING(s) #s // .. with two levels of macros char cfgWbecVersion[] = WBEC_VER(WBEC_VERSION_MAJOR); // wbec version