Upgrade to mongoose 7.7

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

View File

@ -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)