未验证 提交 44cffcf9 编写于 作者: B Bernard Xiong 提交者: GitHub

Update rtdef.h

上级 1f574b67
......@@ -35,6 +35,7 @@
* 2017-12-27 Bernard change version number to v3.0.2
* 2018-02-24 Bernard change version number to v3.0.3
* 2018-04-25 Bernard change version number to v3.0.4
* 2018-05-31 Bernard change version number to v3.1.0
*/
#ifndef __RT_DEF_H__
......@@ -55,8 +56,8 @@ extern "C" {
/* RT-Thread version information */
#define RT_VERSION 3L /**< major version number */
#define RT_SUBVERSION 0L /**< minor version number */
#define RT_REVISION 4L /**< revise version number */
#define RT_SUBVERSION 1L /**< minor version number */
#define RT_REVISION 0L /**< revise version number */
/* RT-Thread version */
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册