We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c1d4b commit a78d618Copy full SHA for a78d618
build/version_number
@@ -1 +1 @@
1
-6.10/07
+6.10/08
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.10/07"
18
-#define ROOT_RELEASE_DATE "Sep 19 2017"
19
-#define ROOT_RELEASE_TIME "08:31:33"
+#define ROOT_RELEASE "6.10/08"
+#define ROOT_RELEASE_DATE "Oct 16 2017"
+#define ROOT_RELEASE_TIME "18:28:57"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,10,7) /* 395783 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,10,8) /* 395784 */
22
23
#endif
0 commit comments