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 e93db10 commit 64d91d5Copy full SHA for 64d91d5
build/version_number
@@ -1 +1 @@
1
-6.10/03
+6.10/04
core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.10/03"
18
-#define ROOT_RELEASE_DATE "Jul 6 2017"
19
-#define ROOT_RELEASE_TIME "09:56:53"
+#define ROOT_RELEASE "6.10/04"
+#define ROOT_RELEASE_DATE "Jul 28 2017"
+#define ROOT_RELEASE_TIME "15:14:48"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,10,3) /* 395779 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,10,4) /* 395780 */
22
23
#endif
0 commit comments