1
0
mirror of https://github.com/simon987/sist2.git synced 2025-04-17 17:26:48 +00:00

Upgrade to mongoose 7.7

This commit is contained in:
simon987 2022-05-22 10:25:40 -04:00
parent c7b3d11a6d
commit 38fba363f2

@ -56,7 +56,7 @@ static const char *const Version = VERSION;
#define SIST_PLATFORM unknown
#endif
#define EXPECTED_MONGOOSE_VERSION "7.6"
#define EXPECTED_MONGOOSE_VERSION "7.7"
#define Q(x) #x
#define QUOTE(x) Q(x)