4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 03:01:22 +08:00

Update rtdef.h

This commit is contained in:
Bernard Xiong 2018-11-18 08:59:48 +08:00 committed by GitHub
parent 8a3cfe09b7
commit c8d38b79ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,9 +44,9 @@ extern "C" {
/*@{*/
/* RT-Thread version information */
#define RT_VERSION 3L /**< major version number */
#define RT_SUBVERSION 1L /**< minor version number */
#define RT_REVISION 1L /**< revise version number */
#define RT_VERSION 4L /**< major version number */
#define RT_SUBVERSION 0L /**< minor version number */
#define RT_REVISION 0L /**< revise version number */
/* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \