Merge pull request #2771 from armink/lts-v3.1.x

Update the version number to 3.1.4
This commit is contained in:
Bernard Xiong 2019-06-12 16:50:42 +08:00 committed by GitHub
commit 892e667d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@
* 2018-09-14 Bernard apply Apache License v2.0 to RT-Thread Kernel
* 2018-12-28 armink change version number to v3.1.2
* 2019-03-14 armink change version number to v3.1.3
* 2019-06-12 armink change version number to v3.1.4
*/
#ifndef __RT_DEF_H__
@ -47,7 +48,7 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION 3L /**< major version number */
#define RT_SUBVERSION 1L /**< 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

@ -314,7 +314,7 @@ endmenu
config RT_VER_NUM
hex
default 0x30103
default 0x30104
help
RT-Thread version number