We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00a725 commit 96234c8Copy full SHA for 96234c8
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [5.0.57] - 2024-03-XX
+## [5.0.57] - 2024-02-28
2
3
* fixed a "_*bit rot*_" in the FORTRAN code (due to changed handling of implicit integer conversions by the gfortran compiler)
4
* shifted handling of <_*/range/id*_> HTTP POST requests from _*mongoose*_ to _*libmicrohttpd*_
src/version.h
@@ -2,7 +2,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 0
5
-#define VERSION_SUB 56
+#define VERSION_SUB 57
6
7
#define STR_HELPER(x) #x
8
#define STR(x) STR_HELPER(x)
@@ -12,4 +12,4 @@
12
VERSION_SUB)
13
14
#define WASM_VERSION "24.02.07.0"
15
-#define VERSION_STRING "F/SV2024-02-27.0-BETA"
+#define VERSION_STRING "F/SV2024-02-28.0-BETA"
0 commit comments