Update to mongoose 7.6

This commit is contained in:
2022-02-28 16:10:20 -05:00
parent 8bfd010f4b
commit ea7dfe7c84
2 changed files with 23 additions and 7 deletions

View File

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