From 55e26c43341d2175e9703311bef455f3bcf6bf44 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Wed, 16 Nov 2022 11:35:46 +0100 Subject: [PATCH] "Update ROOT version files to v6.26/10." --- build/version_number | 2 +- core/foundation/inc/RVersion.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/version_number b/build/version_number index 0fd6ca05fa98a..d311ffd368f02 100644 --- a/build/version_number +++ b/build/version_number @@ -1 +1 @@ -6.26/09 +6.26/10 diff --git a/core/foundation/inc/RVersion.h b/core/foundation/inc/RVersion.h index b2360be282c4c..936eac739e49d 100644 --- a/core/foundation/inc/RVersion.h +++ b/core/foundation/inc/RVersion.h @@ -14,10 +14,10 @@ * */ -#define ROOT_RELEASE "6.26/09" -#define ROOT_RELEASE_DATE "Oct 18 2022" -#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" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define ROOT_VERSION_CODE ROOT_VERSION(6,26,9) /* 399881 */ +#define ROOT_VERSION_CODE ROOT_VERSION(6,26,10) /* 399882 */ #endif