Skip to content

Commit 8ec6cc7

Browse files
committed
Update ROOT version files to v6.18/02.
1 parent b147571 commit 8ec6cc7

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.18/01
1+
6.18/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.18/01"
18-
#define ROOT_RELEASE_DATE "Jun 25 2019"
19-
#define ROOT_RELEASE_TIME "10:53:53"
17+
#define ROOT_RELEASE "6.18/02"
18+
#define ROOT_RELEASE_DATE "Aug 23 2019"
19+
#define ROOT_RELEASE_TIME "22:51:27"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,18,1) /* 397825 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,18,2) /* 397826 */
2222

2323
#endif

0 commit comments

Comments
 (0)