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 8173783 commit 55e26c4Copy full SHA for 55e26c4
build/version_number
@@ -1 +1 @@
1
-6.26/09
+6.26/10
core/foundation/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.26/09"
18
-#define ROOT_RELEASE_DATE "Oct 18 2022"
19
-#define ROOT_RELEASE_TIME "10:39:07"
+#define ROOT_RELEASE "6.26/10"
+#define ROOT_RELEASE_DATE "Nov 16 2022"
+#define ROOT_RELEASE_TIME "11:35:46"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,26,9) /* 399881 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,26,10) /* 399882 */
22
23
#endif
0 commit comments