From: Axel Naumann Date: Thu, 25 Sep 2014 10:31:50 +0000 (+0200) Subject: Update ROOT version files to v6.02/00-rc1. X-Git-Tag: v6-02-00-rc1^0 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=77eda841925bb071f3bda5088670c1c8c4d0c50e Update ROOT version files to v6.02/00-rc1. --- diff --git a/build/version_number b/build/version_number index 8f22200..0d2c1ae 100644 --- a/build/version_number +++ b/build/version_number @@ -1 +1 @@ -6.01/02 +6.02/00-rc1 diff --git a/core/base/inc/RVersion.h b/core/base/inc/RVersion.h index 4585807..e81bc44 100644 --- a/core/base/inc/RVersion.h +++ b/core/base/inc/RVersion.h @@ -14,10 +14,10 @@ * */ -#define ROOT_RELEASE "6.01/02" -#define ROOT_RELEASE_DATE "Jul 2 2014" -#define ROOT_RELEASE_TIME "17:55:32" -#define ROOT_VERSION_CODE 393474 +#define ROOT_RELEASE "6.02/00-rc1" +#define ROOT_RELEASE_DATE "Sep 25 2014" +#define ROOT_RELEASE_TIME "12:31:49" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) +#define ROOT_VERSION_CODE ROOT_VERSION(6,2,0) /* 393728 */ #endif diff --git a/rootx/src/rootcoreteam.h b/rootx/src/rootcoreteam.h index c478c2e..558b2a1 100644 --- a/rootx/src/rootcoreteam.h +++ b/rootx/src/rootcoreteam.h @@ -14,26 +14,26 @@ namespace ROOTX { //Please, do not modify this file. const char * gROOTCoreTeam[] = { - "Ilka Antcheva", - "Bertrand Bellenot", - "Rene Brun", - "Philippe Canal", - "Olivier Couet", - "Cristina Cristescu", - "Gerardo Ganis", - "Andrei Gheata", - "Wim Lavrijsen", - "Pere Mato", - "Lorenzo Moneta", - "Axel Naumann", - "Valeri Onuchine", - "Danilo Piparo", - "Timur Pocheptsov", - "Fons Rademakers", - "Paul Russo", - "Matevz Tadel", - "Vassil Vassilev", - "Wouter Verkerke", + "Ilka Antcheva", + "Bertrand Bellenot", + "Anirudha Bose", + "Rene Brun", + "Philippe Canal", + "Olivier Couet", + "Gerardo Ganis", + "Andrei Gheata", + "Wim Lavrijsen", + "Pere Mato", + "Lorenzo Moneta", + "Axel Naumann", + "Valeri Onuchine", + "Danilo Piparo", + "Timur Pocheptsov", + "Fons Rademakers", + "Paul Russo", + "Matevz Tadel", + "Vassil Vassilev", + "Wouter Verkerke", 0}; } }