Skip to content

Commit d00ddd2

Browse files
committed
Update ROOT version files to v6.11/02.
1 parent 1efe99d commit d00ddd2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/version_number

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.11/01
1+
6.11/02

core/base/inc/RVersion.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
*
1515
*/
1616

17-
#define ROOT_RELEASE "6.11/01"
18-
#define ROOT_RELEASE_DATE "May 18 2017"
19-
#define ROOT_RELEASE_TIME "16:38:56"
17+
#define ROOT_RELEASE "6.11/02"
18+
#define ROOT_RELEASE_DATE "Oct 6 2017"
19+
#define ROOT_RELEASE_TIME "11:22:35"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,11,1) /* 396033 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,11,2) /* 396034 */
2222

2323
#endif

0 commit comments

Comments
 (0)