Skip to content

Commit 5aadb5f

Browse files
committed
Update ROOT version files to v6.08/06.
1 parent ff27713 commit 5aadb5f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build/version_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.08/05
1+
6.08/06

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.08/05"
18-
#define ROOT_RELEASE_DATE "Jan 13 2017"
19-
#define ROOT_RELEASE_TIME "16:08:18"
17+
#define ROOT_RELEASE "6.08/06"
18+
#define ROOT_RELEASE_DATE "Mar 2 2017"
19+
#define ROOT_RELEASE_TIME "14:47:28"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,8,5) /* 395269 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,8,6) /* 395270 */
2222

2323
#endif

0 commit comments

Comments
 (0)