We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044b7e commit 8a8062dCopy full SHA for 8a8062d
core/foundation/inc/ROOT/RVersion.hxx
@@ -4,7 +4,7 @@
4
/* Update on release: */
5
#define ROOT_VERSION_MAJOR 6
6
#define ROOT_VERSION_MINOR 30
7
-#define ROOT_VERSION_PATCH 9
+#define ROOT_VERSION_PATCH 8
8
#define ROOT_RELEASE_DATE "June 19 2024"
9
10
/* Don't change the lines below. */
@@ -24,7 +24,7 @@
24
#define ROOT_VERSION_CODE ROOT_VERSION(ROOT_VERSION_MAJOR, ROOT_VERSION_MINOR, ROOT_VERSION_PATCH)
25
26
#define R__VERS_QUOTE1_MAJOR(P) #P
27
-#define R__VERS_QUOTE_MAJOR(P) R__VERS_QUOTE(P)
+#define R__VERS_QUOTE_MAJOR(P) R__VERS_QUOTE1_MAJOR(P)
28
29
30
#if ROOT_VERSION_MINOR < 10
0 commit comments