未验证 提交 ef782b5d 编写于 作者: G guo 提交者: GitHub

Merge pull request #5292 from mysterywolf/changeversion

[master] modify version to v4.1.0
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
* 2020-10-23 Meco Man define maximum value of ipc type * 2020-10-23 Meco Man define maximum value of ipc type
* 2021-03-19 Meco Man add security devices * 2021-03-19 Meco Man add security devices
* 2021-05-10 armink change version number to v4.0.4 * 2021-05-10 armink change version number to v4.0.4
* 2021-11-19 Meco Man change version number to v4.1.0
*/ */
#ifndef __RT_DEF_H__ #ifndef __RT_DEF_H__
...@@ -56,8 +57,8 @@ extern "C" { ...@@ -56,8 +57,8 @@ extern "C" {
/* RT-Thread version information */ /* RT-Thread version information */
#define RT_VERSION 4L /**< major version number */ #define RT_VERSION 4L /**< major version number */
#define RT_SUBVERSION 0L /**< minor version number */ #define RT_SUBVERSION 1L /**< minor version number */
#define RT_REVISION 4L /**< revise version number */ #define RT_REVISION 0L /**< revise version number */
/* RT-Thread version */ /* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \ #define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
......
...@@ -381,7 +381,7 @@ endmenu ...@@ -381,7 +381,7 @@ endmenu
config RT_VER_NUM config RT_VER_NUM
hex hex
default 0x40004 default 0x40100
help help
RT-Thread version number RT-Thread version number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册