We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d645438 commit 60ec740Copy full SHA for 60ec740
build/version_number
@@ -1 +1 @@
1
-6.19/03
+6.20/00
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.19/03"
18
-#define ROOT_RELEASE_DATE "Jan 10 2020"
19
-#define ROOT_RELEASE_TIME "17:03:48"
+#define ROOT_RELEASE "6.20/00"
+#define ROOT_RELEASE_DATE "Feb 26 2020"
+#define ROOT_RELEASE_TIME "17:07:06"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,19,3) /* 398083 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,20,0) /* 398336 */
22
23
#endif
0 commit comments