Skip to content

Commit 55e26c4

Browse files
committed
"Update ROOT version files to v6.26/10."
1 parent 8173783 commit 55e26c4

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.26/09
1+
6.26/10

core/foundation/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.26/09"
18-
#define ROOT_RELEASE_DATE "Oct 18 2022"
19-
#define ROOT_RELEASE_TIME "10:39:07"
17+
#define ROOT_RELEASE "6.26/10"
18+
#define ROOT_RELEASE_DATE "Nov 16 2022"
19+
#define ROOT_RELEASE_TIME "11:35:46"
2020
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21-
#define ROOT_VERSION_CODE ROOT_VERSION(6,26,9) /* 399881 */
21+
#define ROOT_VERSION_CODE ROOT_VERSION(6,26,10) /* 399882 */
2222

2323
#endif

0 commit comments

Comments
 (0)