We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb14f2 commit 1e3df4aCopy full SHA for 1e3df4a
core/foundation/inc/ROOT/RVersion.hxx
@@ -4,15 +4,15 @@
4
/* Update on release: */
5
#define ROOT_VERSION_MAJOR 6
6
#define ROOT_VERSION_MINOR 32
7
-#define ROOT_VERSION_PATCH 04
8
-#define ROOT_RELEASE_DATE "August 14 2024"
+#define ROOT_VERSION_PATCH 06
+#define ROOT_RELEASE_DATE "September 21 2024"
9
10
/* Don't change the lines below. */
11
12
/*
13
* These macros can be used in the following way:
14
*
15
- * #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,4)
+ * #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,6)
16
* #include <newheader.h>
17
* #else
18
* #include <oldheader.h>
0 commit comments