Skip to content

Commit 5311654

Browse files
committed
【修改】V2.0.2 版本号更新
Signed-off-by: chenyong <chenyong@rt-thread.com>
1 parent c7fcfa3 commit 5311654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/webnet.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ extern "C" {
7979
#define WEBNET_USING_COOKIE
8080
#endif
8181

82-
#define WEBNET_VERSION "2.0.1" /* webnet version string */
83-
#define WEBNET_VERSION_NUM 0x20001 /* webnet version number */
82+
#define WEBNET_VERSION "2.0.2" /* webnet version string */
83+
#define WEBNET_VERSION_NUM 0x20002 /* webnet version number */
8484
#define WEBNET_THREAD_NAME "webnet" /* webnet thread name */
8585

8686
#define WEBNET_THREAD_STACKSIZE (4 * 1024) /* webnet thread stack size */

0 commit comments

Comments
 (0)