We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f890246 commit bb17e18Copy full SHA for bb17e18
2 files changed
build/version_number
@@ -1 +1 @@
1
-6.28/13
+6.28/14
core/foundation/inc/RVersion.h
@@ -14,10 +14,10 @@
14
*
15
*/
16
17
-#define ROOT_RELEASE "6.28/13"
18
-#define ROOT_RELEASE_DATE "Jan 30 2024"
19
-#define ROOT_RELEASE_TIME "11:18:01"
+#define ROOT_RELEASE "6.28/14"
+#define ROOT_RELEASE_DATE "Feb 11 2026"
+#define ROOT_RELEASE_TIME "11:49:13"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
-#define ROOT_VERSION_CODE ROOT_VERSION(6,28,13) /* 400397 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,28,14) /* 400398 */
22
23
#endif
0 commit comments