From b04bd1a28a4b6d722058957e3e0f1092ad62dff1 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Sun, 15 Dec 2024 08:34:15 +0100 Subject: [PATCH] Update version number --- core/foundation/inc/ROOT/RVersion.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/foundation/inc/ROOT/RVersion.hxx b/core/foundation/inc/ROOT/RVersion.hxx index b40407e88ca46..8e2a186e0ec0d 100644 --- a/core/foundation/inc/ROOT/RVersion.hxx +++ b/core/foundation/inc/ROOT/RVersion.hxx @@ -4,8 +4,8 @@ /* Update on release: */ #define ROOT_VERSION_MAJOR 6 #define ROOT_VERSION_MINOR 34 -#define ROOT_VERSION_PATCH 1 -#define ROOT_RELEASE_DATE "Nov 29 2024" +#define ROOT_VERSION_PATCH 2 +#define ROOT_RELEASE_DATE "Dec 16 2024" /* Don't change the lines below. */