Skip to content

Commit 96234c8

Browse files
committed
modified: CHANGELOG.md
1 parent b00a725 commit 96234c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [5.0.57] - 2024-03-XX
1+
## [5.0.57] - 2024-02-28
22

33
* fixed a "_*bit rot*_" in the FORTRAN code (due to changed handling of implicit integer conversions by the gfortran compiler)
44
* shifted handling of <_*/range/id*_> HTTP POST requests from _*mongoose*_ to _*libmicrohttpd*_

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define VERSION_MAJOR 5
44
#define VERSION_MINOR 0
5-
#define VERSION_SUB 56
5+
#define VERSION_SUB 57
66

77
#define STR_HELPER(x) #x
88
#define STR(x) STR_HELPER(x)
@@ -12,4 +12,4 @@
1212
VERSION_SUB)
1313

1414
#define WASM_VERSION "24.02.07.0"
15-
#define VERSION_STRING "F/SV2024-02-27.0-BETA"
15+
#define VERSION_STRING "F/SV2024-02-28.0-BETA"

0 commit comments

Comments
 (0)