We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08270ce commit de164e9Copy full SHA for de164e9
2 files changed
build/version_number
@@ -1 +1 @@
1
-6.26/17
+6.26/18
core/foundation/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.26/17"
18
-#define ROOT_RELEASE_DATE "Mar 20 2024"
19
-#define ROOT_RELEASE_TIME "09:49:40"
+#define ROOT_RELEASE "6.26/18"
+#define ROOT_RELEASE_DATE "Feb 11 2026"
+#define ROOT_RELEASE_TIME "12:21:00"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,26,17) /* 399889 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,26,18) /* 399890 */
22
23
#endif
0 commit comments