Bump mongoose version to 6.11

PUBLISHED_FROM=92604e1b7c65009a6214fea9f1b2460df721d38e
This commit is contained in:
Dmitry Frank 2018-02-08 15:41:11 +02:00 committed by Cesanta Bot
parent b9b20c6494
commit 2a3cfc9858
2 changed files with 2 additions and 2 deletions

View File

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

View File

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