提交 696bd91f 编写于 作者: 褚仕成 提交者: mysterywolf

change version number to v5.1.0

上级 dc512354
......@@ -47,6 +47,7 @@
* 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__
......@@ -72,7 +73,7 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
#define RT_VERSION_MINOR 0 /**< Minor version number (x.X.x) */
#define RT_VERSION_MINOR 1 /**< 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 0x50000
default 0x50100
help
RT-Thread version number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册