We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efe99d commit d00ddd2Copy full SHA for d00ddd2
build/version_number
@@ -1 +1 @@
1
-6.11/01
+6.11/02
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.11/01"
18
-#define ROOT_RELEASE_DATE "May 18 2017"
19
-#define ROOT_RELEASE_TIME "16:38:56"
+#define ROOT_RELEASE "6.11/02"
+#define ROOT_RELEASE_DATE "Oct 6 2017"
+#define ROOT_RELEASE_TIME "11:22:35"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,11,1) /* 396033 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,11,2) /* 396034 */
22
23
#endif
0 commit comments