We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd78b2 commit 6b8f548Copy full SHA for 6b8f548
build/version_number
@@ -1 +1 @@
1
-6.18/03
+6.18/04
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.18/03"
18
-#define ROOT_RELEASE_DATE "Aug 23 2019"
19
-#define ROOT_RELEASE_TIME "22:54:15"
+#define ROOT_RELEASE "6.18/04"
+#define ROOT_RELEASE_DATE "Sep 11 2019"
+#define ROOT_RELEASE_TIME "15:36:48"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,18,3) /* 397827 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,18,4) /* 397828 */
22
23
#endif
0 commit comments