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 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
2828 * 2019-03-14 armink change version number to v3.1.3
29+ * 2019-06-12 armink change version number to v3.1.4
2930 */
3031
3132#ifndef __RT_DEF_H__
@@ -47,7 +48,7 @@ extern "C" {
4748/* RT-Thread version information */
4849#define RT_VERSION 3L /* *< major version number */
4950#define RT_SUBVERSION 1L /* *< minor version number */
50- #define RT_REVISION 3L /* *< revise version number */
51+ #define RT_REVISION 4L /* *< revise version number */
5152
5253/* RT-Thread version */
5354#define RTTHREAD_VERSION ((RT_VERSION * 10000 ) + \
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ endmenu
314314
315315config RT_VER_NUM
316316 hex
317- default 0x30103
317+ default 0x30104
318318 help
319319 RT-Thread version number
320320
You can’t perform that action at this time.
0 commit comments