Skip to content

Commit

Permalink
"Update ROOT version files to v6.23/02."
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Mar 3, 2021
1 parent 392f621 commit ce7772b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion build/version_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.23/01
6.23/02
8 changes: 4 additions & 4 deletions core/foundation/inc/RVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
*
*/

#define ROOT_RELEASE "6.23/01"
#define ROOT_RELEASE_DATE "May 19 2020"
#define ROOT_RELEASE_TIME "10:23:43"
#define ROOT_RELEASE "6.23/02"
#define ROOT_RELEASE_DATE "Mar 03 2021"
#define ROOT_RELEASE_TIME "17:31:09"
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define ROOT_VERSION_CODE ROOT_VERSION(6,23,1) /* 399105 */
#define ROOT_VERSION_CODE ROOT_VERSION(6,23,2) /* 399106 */

#endif
21 changes: 1 addition & 20 deletions rootx/src/rootcoreteam.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,7 @@ namespace ROOT {
namespace ROOTX {

const char *gROOTCoreTeam[] = {
"Rene Brun",
"Fons Rademakers",
"Philippe Canal",
"Axel Naumann",
"Olivier Couet",
"Lorenzo Moneta",
"Vassil Vassilev",
"Sergey Linev",
"Danilo Piparo",
"Gerardo Ganis",
"Bertrand Bellenot",
"Enrico Guiraud",
"Guilherme Amadio",
"Wouter Verkerke",
"Pere Mato Vila",
"Timur Pocheptsov",
"Matevz Tadel",
"Wim Lavrijsen",
"Enric Tejedor Saavedra",
"Ilka Antcheva",

0 };

} // namespace ROOTX
Expand Down

0 comments on commit ce7772b

Please sign in to comment.