Skip to content

Commit d45ddff

Browse files
committed
Update ROOT version files to v6.18/00.
1 parent 809d3f9 commit d45ddff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build/version_number

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.17/03
1+
6.18/00

core/base/inc/RVersion.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
*/
1616

17-
#define ROOT_RELEASE "6.17/03"
18-
#define ROOT_RELEASE_DATE "May 29 2019"
19-
#define ROOT_RELEASE_TIME "10:58:22"
17+
#define ROOT_RELEASE "6.18/00"
18+
#define ROOT_RELEASE_DATE "Jun 25 2019"
19+
#define ROOT_RELEASE_TIME "10:52:11"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,17,3) /* 397571 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,18,0) /* 397824 */
2222

2323
#endif

rootx/src/rootcoreteam.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ const char *gROOTCoreTeam[] = {
1919
"Vassil Vassilev",
2020
"Danilo Piparo",
2121
"Gerardo Ganis",
22-
"Bertrand Bellenot",
2322
"Sergey Linev",
23+
"Bertrand Bellenot",
2424
"Wouter Verkerke",
2525
"Enrico Guiraud",
2626
"Pere Mato Vila",
27-
"Timur Pocheptsov",
2827
"Guilherme Amadio",
28+
"Timur Pocheptsov",
2929
"Matevz Tadel",
3030
"Wim Lavrijsen",
3131
"Ilka Antcheva",

0 commit comments

Comments
 (0)