Change Mongoose version to 6.7

PUBLISHED_FROM=e18f33e14f4c0e1cb004aa264dd64ca5a0056190
This commit is contained in:
Alexander Alashkin 2017-01-17 10:59:13 +02:00 committed by Cesanta Bot
parent f1d0b451b1
commit 4d9f8168b8

View File

@ -23,7 +23,7 @@
#ifndef CS_MONGOOSE_SRC_COMMON_H_ #ifndef CS_MONGOOSE_SRC_COMMON_H_
#define CS_MONGOOSE_SRC_COMMON_H_ #define CS_MONGOOSE_SRC_COMMON_H_
#define MG_VERSION "6.6" #define MG_VERSION "6.7"
/* Local tweaks, applied before any of Mongoose's own headers. */ /* Local tweaks, applied before any of Mongoose's own headers. */
#ifdef MG_LOCALS #ifdef MG_LOCALS