From 38fba363f2aacf32ceea7d9f411621ed27483c2c Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 22 May 2022 10:25:40 -0400 Subject: [PATCH] Upgrade to mongoose 7.7 --- src/sist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sist.h b/src/sist.h index 894f637..cbcd150 100644 --- a/src/sist.h +++ b/src/sist.h @@ -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)