Merge pull request #856 from cesanta/dev

Mongoose 6.9
This commit is contained in:
Deomid Ryabkov 2017-09-13 14:57:33 +03:00 committed by GitHub
commit 62c896a872

View File

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