Skip to content

Commit

Permalink
Fix bug in version macro and set to 6.30/08
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jun 19, 2024
1 parent 5044b7e commit 8a8062d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/foundation/inc/ROOT/RVersion.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand All @@ -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
Expand Down

0 comments on commit 8a8062d

Please sign in to comment.