Skip to content

Commit a78d618

Browse files
committed
Update ROOT version files to v6.10/08.
1 parent a6c1d4b commit a78d618

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.10/07
1+
6.10/08

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.10/07"
18-
#define ROOT_RELEASE_DATE "Sep 19 2017"
19-
#define ROOT_RELEASE_TIME "08:31:33"
17+
#define ROOT_RELEASE "6.10/08"
18+
#define ROOT_RELEASE_DATE "Oct 16 2017"
19+
#define ROOT_RELEASE_TIME "18:28:57"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,10,7) /* 395783 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,10,8) /* 395784 */
2222

2323
#endif

0 commit comments

Comments
 (0)