Skip to content

Commit 6b8f548

Browse files
committed
Update ROOT version files to v6.18/04.
1 parent 2cd78b2 commit 6b8f548

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/version_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.18/03
1+
6.18/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.18/03"
18-
#define ROOT_RELEASE_DATE "Aug 23 2019"
19-
#define ROOT_RELEASE_TIME "22:54:15"
17+
#define ROOT_RELEASE "6.18/04"
18+
#define ROOT_RELEASE_DATE "Sep 11 2019"
19+
#define ROOT_RELEASE_TIME "15:36:48"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,18,3) /* 397827 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,18,4) /* 397828 */
2222

2323
#endif

0 commit comments

Comments
 (0)