Sfoglia il codice sorgente

[Kernel] Change the version number to v2.0.1.

Bernard Xiong 10 anni fa
parent
commit
dd7abc2a08
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      include/rtdef.h

+ 2 - 2
include/rtdef.h

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