Skip to content

Commit

Permalink
Update the version number to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
armink committed May 10, 2021
1 parent 0601831 commit c61419b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/rtdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand All @@ -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) + \
Expand Down
2 changes: 1 addition & 1 deletion src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ endmenu

config RT_VER_NUM
hex
default 0x40003
default 0x40004
help
RT-Thread version number

Expand Down

0 comments on commit c61419b

Please sign in to comment.