We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27e695 commit 0dbe27aCopy full SHA for 0dbe27a
build/version_number
@@ -1 +1 @@
1
-6.13/09
+6.14/00
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.13/09"
18
-#define ROOT_RELEASE_DATE "May 15 2018"
19
-#define ROOT_RELEASE_TIME "15:15:39"
+#define ROOT_RELEASE "6.14/00"
+#define ROOT_RELEASE_DATE "Jun 13 2018"
+#define ROOT_RELEASE_TIME "12:10:39"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,13,9) /* 396553 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,14,0) /* 396800 */
22
23
#endif
0 commit comments