From 2a3cfc985891865af02be85ddb17d10d85b6086a Mon Sep 17 00:00:00 2001
From: Dmitry Frank <mail@dmitryfrank.com>
Date: Thu, 8 Feb 2018 15:41:11 +0200
Subject: [PATCH] Bump mongoose version to 6.11

PUBLISHED_FROM=92604e1b7c65009a6214fea9f1b2460df721d38e
---
 mongoose.h      | 2 +-
 src/mg_common.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mongoose.h b/mongoose.h
index 3104507f4..eecbbeff1 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -23,7 +23,7 @@
 #ifndef CS_MONGOOSE_SRC_COMMON_H_
 #define CS_MONGOOSE_SRC_COMMON_H_
 
-#define MG_VERSION "6.10"
+#define MG_VERSION "6.11"
 
 /* Local tweaks, applied before any of Mongoose's own headers. */
 #ifdef MG_LOCALS
diff --git a/src/mg_common.h b/src/mg_common.h
index a38121856..81ecdf974 100644
--- a/src/mg_common.h
+++ b/src/mg_common.h
@@ -20,7 +20,7 @@
 #ifndef CS_MONGOOSE_SRC_COMMON_H_
 #define CS_MONGOOSE_SRC_COMMON_H_
 
-#define MG_VERSION "6.10"
+#define MG_VERSION "6.11"
 
 /* Local tweaks, applied before any of Mongoose's own headers. */
 #ifdef MG_LOCALS
-- 
GitLab