6.14 -> 6.15

PUBLISHED_FROM=69f3a5f14d4ebce0fb89728fc345f90f1e7b1700
This commit is contained in:
Sergey Lyubka 2019-06-13 09:48:03 +01:00 committed by Cesanta Bot
parent b3e0f780c3
commit 19acf23c49
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