From 2713035ce1913ffb0a8ee05d06e5b05805f2b411 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Thu, 14 Nov 2024 05:33:02 +0100 Subject: [PATCH] [core] Update version to 6.34.00 --- core/foundation/inc/ROOT/RVersion.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/foundation/inc/ROOT/RVersion.hxx b/core/foundation/inc/ROOT/RVersion.hxx index 4a7eacffa7fb1..2d92698f40e78 100644 --- a/core/foundation/inc/ROOT/RVersion.hxx +++ b/core/foundation/inc/ROOT/RVersion.hxx @@ -3,9 +3,9 @@ /* Update on release: */ #define ROOT_VERSION_MAJOR 6 -#define ROOT_VERSION_MINOR 33 -#define ROOT_VERSION_PATCH 99 -#define ROOT_RELEASE_DATE "Nov 5 2024" +#define ROOT_VERSION_MINOR 34 +#define ROOT_VERSION_PATCH 0 +#define ROOT_RELEASE_DATE "Nov 14 2024" /* Don't change the lines below. */