Skip to content

Commit 1e3df4a

Browse files
committed
Release 6.32.06
1 parent 4fb14f2 commit 1e3df4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/foundation/inc/ROOT/RVersion.hxx

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
/* Update on release: */
55
#define ROOT_VERSION_MAJOR 6
66
#define ROOT_VERSION_MINOR 32
7-
#define ROOT_VERSION_PATCH 04
8-
#define ROOT_RELEASE_DATE "August 14 2024"
7+
#define ROOT_VERSION_PATCH 06
8+
#define ROOT_RELEASE_DATE "September 21 2024"
99

1010
/* Don't change the lines below. */
1111

1212
/*
1313
* These macros can be used in the following way:
1414
*
15-
* #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,4)
15+
* #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,6)
1616
* #include <newheader.h>
1717
* #else
1818
* #include <oldheader.h>

0 commit comments

Comments
 (0)