Merge pull request #5292 from mysterywolf/changeversion

[master] modify version to v4.1.0
This commit is contained in:
guo 2021-11-22 21:20:59 +08:00 committed by GitHub
commit ef782b5d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
* 2021-03-19 Meco Man add security devices
* 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__
@ -56,8 +57,8 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION 4L /**< major version number */
#define RT_SUBVERSION 0L /**< minor version number */
#define RT_REVISION 4L /**< revise version number */
#define RT_SUBVERSION 1L /**< minor version number */
#define RT_REVISION 0L /**< revise version number */
/* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \

View File

@ -381,7 +381,7 @@ endmenu
config RT_VER_NUM
hex
default 0x40004
default 0x40100
help
RT-Thread version number