From f477898c7c92be67943e8cc0de38c5b5121d5a35 Mon Sep 17 00:00:00 2001 From: Alexander Alashkin <alexander.alashkin@cesanta.com> Date: Fri, 8 Jan 2016 13:45:39 +0300 Subject: [PATCH] Mongoose 6.1 -> 6.2 PUBLISHED_FROM=24146cf7f4cf86cfd76260fb906d50889b9d6f7e --- mongoose.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.h b/mongoose.h index e3316b432..f9b8df873 100644 --- a/mongoose.h +++ b/mongoose.h @@ -20,7 +20,7 @@ * license, as set out in <https://www.cesanta.com/license>. */ -#define MG_VERSION "6.1" +#define MG_VERSION "6.2" /* Local tweaks, applied before any of Mongoose's own headers. */ #ifdef MG_LOCALS -- GitLab