Skip to content

Commit 8118937

Browse files
committed
Update ROOT version files to v6.16/00.
1 parent 2d8bd41 commit 8118937

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.15/03
1+
6.16/00

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.15/03"
18-
#define ROOT_RELEASE_DATE "Nov 14 2018"
19-
#define ROOT_RELEASE_TIME "08:04:11"
17+
#define ROOT_RELEASE "6.16/00"
18+
#define ROOT_RELEASE_DATE "Jan 23 2019"
19+
#define ROOT_RELEASE_TIME "09:20:42"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,15,3) /* 397059 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,16,0) /* 397312 */
2222

2323
#endif

0 commit comments

Comments
 (0)