Skip to content

Commit

Permalink
modified: src/version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Oct 11, 2023
1 parent c4b2956 commit b5c0fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -12,4 +12,4 @@
VERSION_SUB)

#define WASM_VERSION "23.10.03.0"
#define VERSION_STRING "F/SV2023-10-04.0-BETA"
#define VERSION_STRING "F/SV2023-10-11.0-BETA"

0 comments on commit b5c0fb1

Please sign in to comment.