提交 3aac688d 编写于 作者: B Bernard Xiong 提交者: GitHub

Revert "change version number to v5.1.0"

This reverts commit 696bd91f.
上级 696bd91f
......@@ -47,7 +47,6 @@
* 2022-08-16 Meco Man change version number to v5.0.0
* 2022-09-12 Meco Man define rt_ssize_t
* 2022-12-20 Meco Man add const name for rt_object
* 2023-04-01 Rose_Man change version number to v5.1.0
*/
#ifndef __RT_DEF_H__
......@@ -73,7 +72,7 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
#define RT_VERSION_MINOR 1 /**< Minor version number (x.X.x) */
#define RT_VERSION_MINOR 0 /**< Minor version number (x.X.x) */
#define RT_VERSION_PATCH 0 /**< Patch version number (x.x.X) */
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
......
......@@ -475,7 +475,7 @@ endmenu
config RT_VER_NUM
hex
default 0x50100
default 0x50000
help
RT-Thread version number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册