Просмотр исходного кода

【修改】V2.0.2 版本号更新

Signed-off-by: chenyong <chenyong@rt-thread.com>
chenyong 5 лет назад
Родитель
Сommit
53116547a3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      inc/webnet.h

+ 2 - 2
inc/webnet.h

@@ -79,8 +79,8 @@ extern "C" {
 #define WEBNET_USING_COOKIE
 #endif
 
-#define WEBNET_VERSION                 "2.0.1"      /* webnet version string */
-#define WEBNET_VERSION_NUM             0x20001      /* webnet version number */
+#define WEBNET_VERSION                 "2.0.2"      /* webnet version string */
+#define WEBNET_VERSION_NUM             0x20002      /* webnet version number */
 #define WEBNET_THREAD_NAME             "webnet"	    /* webnet thread name */
 
 #define WEBNET_THREAD_STACKSIZE        (4 * 1024)   /* webnet thread stack size */