浏览代码

Change version to v3.0.0

The master branch will be frozen util v3.0.0 updated.
Bernard Xiong 7 年之前
父节点
当前提交
a6a5dbd64e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      include/rtdef.h

+ 3 - 3
include/rtdef.h

@@ -1,7 +1,7 @@
 /*
  * File      : rtdef.h
  * This file is part of RT-Thread RTOS
- * COPYRIGHT (C) 2006 - 2015, RT-Thread Development Team
+ * COPYRIGHT (C) 2006 - 2017, RT-Thread Development Team
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -49,8 +49,8 @@ extern "C" {
 /*@{*/
 
 /* RT-Thread version information */
-#define RT_VERSION                      2L              /**< major version number */
-#define RT_SUBVERSION                   1L              /**< minor version number */
+#define RT_VERSION                      3L              /**< major version number */
+#define RT_SUBVERSION                   0L              /**< minor version number */
 #define RT_REVISION                     0L              /**< revise version number */
 
 /* RT-Thread version */