Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
641b78b7
Commit
641b78b7
authored
9 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Update ROOT version files to v6.07/01.
parent
cefc1e1d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/version_number
+1
-1
1 addition, 1 deletion
build/version_number
core/base/inc/RVersion.h
+4
-4
4 additions, 4 deletions
core/base/inc/RVersion.h
rootx/src/rootcoreteam.h
+13
-13
13 additions, 13 deletions
rootx/src/rootcoreteam.h
with
18 additions
and
18 deletions
build/version_number
+
1
−
1
View file @
641b78b7
6.0
5
/0
3
6.0
7
/0
1
This diff is collapsed.
Click to expand it.
core/base/inc/RVersion.h
+
4
−
4
View file @
641b78b7
...
...
@@ -14,10 +14,10 @@
*
*/
#define ROOT_RELEASE "6.0
5
/0
3
"
#define ROOT_RELEASE_DATE "
Sep 1
4 2015"
#define ROOT_RELEASE_TIME "
09:48:07
"
#define ROOT_RELEASE "6.0
7
/0
1
"
#define ROOT_RELEASE_DATE "
Dec
4 2015"
#define ROOT_RELEASE_TIME "
17:28:13
"
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define ROOT_VERSION_CODE ROOT_VERSION(6,
5,3
)
/* 39
449
9 */
#define ROOT_VERSION_CODE ROOT_VERSION(6,
7,1
)
/* 39
500
9 */
#endif
This diff is collapsed.
Click to expand it.
rootx/src/rootcoreteam.h
+
13
−
13
View file @
641b78b7
...
...
@@ -14,26 +14,26 @@ namespace ROOTX {
//Please, do not modify this file.
const
char
*
gROOTCoreTeam
[]
=
{
"Ilka Antcheva"
,
"Bertrand Bellenot"
,
"Anirudha Bose"
,
"Rene Brun"
,
"Fons Rademakers"
,
"Philippe Canal"
,
"Axel Naumann"
,
"Olivier Couet"
,
"Gerardo Ganis"
,
"Andrei Gheata"
,
"Wim Lavrijsen"
,
"Pere Mato"
,
"Lorenzo Moneta"
,
"Axel Naumann"
,
"Valeri Onuchine"
,
"Vassil Vassilev"
,
"Gerardo Ganis"
,
"Bertrand Bellenot"
,
"Wouter Verkerke"
,
"Danilo Piparo"
,
"Timur Pocheptsov"
,
"Fons Rademakers"
,
"Paul Russo"
,
"Matevz Tadel"
,
"Vassil Vassilev"
,
"Wouter Verkerke"
,
"Wim Lavrijsen"
,
"Pere Mato"
,
"Ilka Antcheva"
,
"Paul Russo"
,
"Andrei Gheata"
,
"Anirudha Bose"
,
"Valeri Onuchine"
,
0
};
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment