Merge branch 'dev'

This commit is contained in:
Sergey Lyubka 2019-06-13 09:50:09 +01:00
commit d5beb7ba3f
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.14"
#define MG_VERSION "6.15"
/* 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.14"
#define MG_VERSION "6.15"
/* Local tweaks, applied before any of Mongoose's own headers. */
#ifdef MG_LOCALS