Explorar o código

[Kernel] change version number to 1.2.1.

Bernard Xiong %!s(int64=12) %!d(string=hai) anos
pai
achega
17ef8ff63e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/rtdef.h

+ 1 - 1
include/rtdef.h

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