From 0b2643919147236c68925c0e7e787de1364ac0ac Mon Sep 17 00:00:00 2001 From: chenyong <1521761801@qq.com> Date: Fri, 24 May 2019 20:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=20V2.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenyong <1521761801@qq.com> --- inc/webclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/webclient.h b/inc/webclient.h index 45e70bd..d48072e 100644 --- a/inc/webclient.h +++ b/inc/webclient.h @@ -47,8 +47,8 @@ extern "C" { #define web_strdup rt_strdup #endif -#define WEBCLIENT_SW_VERSION "2.1.0" -#define WEBCLIENT_SW_VERSION_NUM 0x20100 +#define WEBCLIENT_SW_VERSION "2.1.1" +#define WEBCLIENT_SW_VERSION_NUM 0x20101 #define WEBCLIENT_HEADER_BUFSZ 4096 #define WEBCLIENT_RESPONSE_BUFSZ 4096