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 2525 * 2018-09-04 Bernard change version number to v3.1.1
2626 * 2018-09-14 Bernard apply Apache License v2.0 to RT-Thread Kernel
2727 * 2018-12-28 armink change version number to v3.1.2
28+ * 2019-03-14 armink change version number to v3.1.3
2829 */
2930
3031#ifndef __RT_DEF_H__
@@ -46,7 +47,7 @@ extern "C" {
4647/* RT-Thread version information */
4748#define RT_VERSION 3L /* *< major version number */
4849#define RT_SUBVERSION 1L /* *< minor version number */
49- #define RT_REVISION 2L /* *< revise version number */
50+ #define RT_REVISION 3L /* *< revise version number */
5051
5152/* RT-Thread version */
5253#define RTTHREAD_VERSION ((RT_VERSION * 10000 ) + \
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ endmenu
302302
303303config RT_VER_NUM
304304 hex
305- default 0x30102
305+ default 0x30103
306306 help
307307 RT-Thread version number
308308
You can’t perform that action at this time.
0 commit comments