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 2d8bd41 commit 8118937Copy full SHA for 8118937
build/version_number
@@ -1 +1 @@
1
-6.15/03
+6.16/00
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.15/03"
18
-#define ROOT_RELEASE_DATE "Nov 14 2018"
19
-#define ROOT_RELEASE_TIME "08:04:11"
+#define ROOT_RELEASE "6.16/00"
+#define ROOT_RELEASE_DATE "Jan 23 2019"
+#define ROOT_RELEASE_TIME "09:20:42"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,15,3) /* 397059 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,16,0) /* 397312 */
22
23
#endif
0 commit comments