未验证 提交 41631fe7 编写于 作者: mysterywolf's avatar mysterywolf 提交者: GitHub

modify version to v4.1.1 (#5847)

上级 2d08dca6
......@@ -41,6 +41,7 @@
* 2022-01-01 Gabriel improve hooking method
* 2022-01-07 Gabriel move some __on_rt_xxxxx_hook to dedicated c source files
* 2022-01-12 Meco Man remove RT_THREAD_BLOCK
* 2022-04-20 Meco Man change version number to v4.1.1
*/
#ifndef __RT_DEF_H__
......@@ -62,7 +63,7 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION 4L /**< major version number */
#define RT_SUBVERSION 1L /**< minor version number */
#define RT_REVISION 0L /**< revise version number */
#define RT_REVISION 1L /**< revise version number */
/* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
......
......@@ -431,7 +431,7 @@ endmenu
config RT_VER_NUM
hex
default 0x40100
default 0x40101
help
RT-Thread version number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册