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 5f7de51 commit f725f78Copy full SHA for f725f78
build/version_number
@@ -1 +1 @@
1
-6.26/07
+6.26/08
core/foundation/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.26/07"
18
-#define ROOT_RELEASE_DATE "Jul 28 2022"
19
-#define ROOT_RELEASE_TIME "20:26:44"
+#define ROOT_RELEASE "6.26/08"
+#define ROOT_RELEASE_DATE "Oct 18 2022"
+#define ROOT_RELEASE_TIME "08:52:44"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,26,7) /* 399879 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,26,8) /* 399880 */
22
23
#endif
0 commit comments