Explorar el Código

【修改】V2.0.3 版本更新

Signed-off-by: chenyong <chenyong@rt-thread.com>
chenyong hace 5 años
padre
commit
dd9967dc30
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.2"      /* webnet version string */
-#define WEBNET_VERSION_NUM             0x20002      /* webnet version number */
+#define WEBNET_VERSION                 "2.0.3"      /* webnet version string */
+#define WEBNET_VERSION_NUM             0x20003      /* webnet version number */
 #define WEBNET_THREAD_NAME             "webnet"	    /* webnet thread name */
 
 #define WEBNET_THREAD_STACKSIZE        (4 * 1024)   /* webnet thread stack size */