[master] modify version to v4.1.0

This commit is contained in:
Meco Man 2021-11-19 17:27:43 -05:00
parent a087a1b0fc
commit cc44316410
2 changed files with 4 additions and 3 deletions

View File

@ -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" {
/* 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) + \

View File

@ -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