From 0a3e186f111bfd062926525d1a68c7bc0cbd894d Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Mon, 13 Aug 2018 16:50:27 +0300 Subject: [PATCH] Mongoose 6.12 CL: Mongoose 6.12 PUBLISHED_FROM=8008e4db2f6d94d972fb6e1077525e262c8744aa --- mongoose.h | 2 +- src/mg_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mongoose.h b/mongoose.h index 5f9219db..2667c759 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.11" +#define MG_VERSION "6.12" /* 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 81ecdf97..adb99e8f 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.11" +#define MG_VERSION "6.12" /* Local tweaks, applied before any of Mongoose's own headers. */ #ifdef MG_LOCALS