diff --git a/build/version_number b/build/version_number index da9d7770d3595..0f9b1f6f68af5 100644 --- a/build/version_number +++ b/build/version_number @@ -1 +1 @@ -6.26/03 +6.26/04 diff --git a/core/foundation/inc/RVersion.h b/core/foundation/inc/RVersion.h index 90038ae0699ce..b325014b20989 100644 --- a/core/foundation/inc/RVersion.h +++ b/core/foundation/inc/RVersion.h @@ -14,10 +14,10 @@ * */ -#define ROOT_RELEASE "6.26/03" -#define ROOT_RELEASE_DATE "Apr 12 2022" -#define ROOT_RELEASE_TIME "18:46:45" +#define ROOT_RELEASE "6.26/04" +#define ROOT_RELEASE_DATE "Jun 07 2022" +#define ROOT_RELEASE_TIME "17:59:38" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define ROOT_VERSION_CODE ROOT_VERSION(6,26,3) /* 399875 */ +#define ROOT_VERSION_CODE ROOT_VERSION(6,26,4) /* 399876 */ #endif