Update the version number to 4.0.4

This commit is contained in:
armink 2021-05-10 09:10:54 +08:00
parent 060183184b
commit c61419b69b
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@
* 2019-12-20 Bernard change version number to v4.0.3
* 2020-08-10 Meco Man add macro for struct rt_device_ops
* 2020-10-23 Meco Man define maximum value of ipc type
* 2021-05-10 armink change version number to v4.0.4
*/
#ifndef __RT_DEF_H__
@ -55,7 +56,7 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION 4L /**< major version number */
#define RT_SUBVERSION 0L /**< minor version number */
#define RT_REVISION 3L /**< revise version number */
#define RT_REVISION 4L /**< revise version number */
/* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \

View File

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