Skip to content

Commit 8a8062d

Browse files
committed
Fix bug in version macro and set to 6.30/08
1 parent 5044b7e commit 8a8062d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/foundation/inc/ROOT/RVersion.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* Update on release: */
55
#define ROOT_VERSION_MAJOR 6
66
#define ROOT_VERSION_MINOR 30
7-
#define ROOT_VERSION_PATCH 9
7+
#define ROOT_VERSION_PATCH 8
88
#define ROOT_RELEASE_DATE "June 19 2024"
99

1010
/* Don't change the lines below. */
@@ -24,7 +24,7 @@
2424
#define ROOT_VERSION_CODE ROOT_VERSION(ROOT_VERSION_MAJOR, ROOT_VERSION_MINOR, ROOT_VERSION_PATCH)
2525

2626
#define R__VERS_QUOTE1_MAJOR(P) #P
27-
#define R__VERS_QUOTE_MAJOR(P) R__VERS_QUOTE(P)
27+
#define R__VERS_QUOTE_MAJOR(P) R__VERS_QUOTE1_MAJOR(P)
2828

2929

3030
#if ROOT_VERSION_MINOR < 10

0 commit comments

Comments
 (0)