Skip to content

Commit

Permalink
Preparation 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
steff393 committed May 28, 2023
1 parent 7b40650 commit 8ca8c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globalConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ca8c7a

Please sign in to comment.