File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3636 * 2020-10-23 Meco Man define maximum value of ipc type
3737 * 2021-03-19 Meco Man add security devices
3838 * 2021-05-10 armink change version number to v4.0.4
39+ * 2021-12-09 Meco Man change version number to v4.0.5
3940 */
4041
4142#ifndef __RT_DEF_H__
@@ -57,7 +58,7 @@ extern "C" {
5758/* RT-Thread version information */
5859#define RT_VERSION 4L /* *< major version number */
5960#define RT_SUBVERSION 0L /* *< minor version number */
60- #define RT_REVISION 4L /* *< revise version number */
61+ #define RT_REVISION 5L /* *< revise version number */
6162
6263/* RT-Thread version */
6364#define RTTHREAD_VERSION ((RT_VERSION * 10000 ) + \
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ endmenu
373373
374374config RT_VER_NUM
375375 hex
376- default 0x40004
376+ default 0x40005
377377 help
378378 RT-Thread version number
379379
You can’t perform that action at this time.
0 commit comments