From 682be6705330653bc06a1a6676d9351967981506 Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Tue, 25 Jan 2022 21:11:21 -0500 Subject: [PATCH] update version to 2.3.0 --- inc/webclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/webclient.h b/inc/webclient.h index 85e0ac0..cb66412 100644 --- a/inc/webclient.h +++ b/inc/webclient.h @@ -48,8 +48,8 @@ extern "C" { #define web_strdup rt_strdup #endif -#define WEBCLIENT_SW_VERSION "2.2.0" -#define WEBCLIENT_SW_VERSION_NUM 0x20200 +#define WEBCLIENT_SW_VERSION "2.3.0" +#define WEBCLIENT_SW_VERSION_NUM 0x20300 #define WEBCLIENT_HEADER_BUFSZ 4096 #define WEBCLIENT_RESPONSE_BUFSZ 4096