Skip to content

Commit 9680bcc

Browse files
committed
"Update ROOT version files to v6.20/04."
1 parent ac3fefa commit 9680bcc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/version_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.20/03
1+
6.20/04

core/base/inc/RVersion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
*/
1616

17-
#define ROOT_RELEASE "6.20/03"
18-
#define ROOT_RELEASE_DATE "Mar 15 2020"
19-
#define ROOT_RELEASE_TIME "16:26:54"
17+
#define ROOT_RELEASE "6.20/04"
18+
#define ROOT_RELEASE_DATE "Apr 01 2020"
19+
#define ROOT_RELEASE_TIME "10:28:12"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,20,3) /* 398339 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,20,4) /* 398340 */
2222

2323
#endif

rootx/src/rootcoreteam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const char *gROOTCoreTeam[] = {
2222
"Gerardo Ganis",
2323
"Bertrand Bellenot",
2424
"Guilherme Amadio",
25-
"Wouter Verkerke",
2625
"Enrico Guiraud",
26+
"Wouter Verkerke",
2727
"Pere Mato Vila",
2828
"Timur Pocheptsov",
2929
"Matevz Tadel",

0 commit comments

Comments
 (0)