Skip to content

Commit 64d91d5

Browse files
committed
Update ROOT version files to v6.10/04.
1 parent e93db10 commit 64d91d5

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/03
1+
6.10/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.10/03"
18-
#define ROOT_RELEASE_DATE "Jul 6 2017"
19-
#define ROOT_RELEASE_TIME "09:56:53"
17+
#define ROOT_RELEASE "6.10/04"
18+
#define ROOT_RELEASE_DATE "Jul 28 2017"
19+
#define ROOT_RELEASE_TIME "15:14:48"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,10,3) /* 395779 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,10,4) /* 395780 */
2222

2323
#endif

0 commit comments

Comments
 (0)