We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d2e97 commit dd7abc2Copy full SHA for dd7abc2
include/rtdef.h
@@ -1,7 +1,7 @@
1
/*
2
* File : rtdef.h
3
* This file is part of RT-Thread RTOS
4
- * COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team
+ * COPYRIGHT (C) 2006 - 2015, RT-Thread Development Team
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@ extern "C" {
50
/* RT-Thread version information */
51
#define RT_VERSION 2L /**< major version number */
52
#define RT_SUBVERSION 0L /**< minor version number */
53
-#define RT_REVISION 0L /**< revise version number */
+#define RT_REVISION 1L /**< revise version number */
54
55
/* RT-Thread version */
56
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
0 commit comments