diff --git a/core/foundation/inc/ROOT/RVersion.hxx b/core/foundation/inc/ROOT/RVersion.hxx index ac07bf8857de9..53b6f733528bf 100644 --- a/core/foundation/inc/ROOT/RVersion.hxx +++ b/core/foundation/inc/ROOT/RVersion.hxx @@ -4,7 +4,7 @@ /* Update on release: */ #define ROOT_VERSION_MAJOR 6 #define ROOT_VERSION_MINOR 30 -#define ROOT_VERSION_PATCH 9 +#define ROOT_VERSION_PATCH 8 #define ROOT_RELEASE_DATE "June 19 2024" /* Don't change the lines below. */ @@ -24,7 +24,7 @@ #define ROOT_VERSION_CODE ROOT_VERSION(ROOT_VERSION_MAJOR, ROOT_VERSION_MINOR, ROOT_VERSION_PATCH) #define R__VERS_QUOTE1_MAJOR(P) #P -#define R__VERS_QUOTE_MAJOR(P) R__VERS_QUOTE(P) +#define R__VERS_QUOTE_MAJOR(P) R__VERS_QUOTE1_MAJOR(P) #if ROOT_VERSION_MINOR < 10