diff --git a/build/version_number b/build/version_number
index 1c384c6d76258e38b41972628d318b3fc7057fdf..afd8230a44c334075b86c61a4169245e43f46498 100644
--- a/build/version_number
+++ b/build/version_number
@@ -1 +1 @@
-6.05/03
+6.07/01
diff --git a/core/base/inc/RVersion.h b/core/base/inc/RVersion.h
index 57db74e3b7f8d5d2b7234827a75ca177af611d81..761ffb27edefe8241c071514678e33b7924300b3 100644
--- a/core/base/inc/RVersion.h
+++ b/core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
  *
 */
 
-#define ROOT_RELEASE "6.05/03"
-#define ROOT_RELEASE_DATE "Sep 14 2015"
-#define ROOT_RELEASE_TIME "09:48:07"
+#define ROOT_RELEASE "6.07/01"
+#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) /* 394499 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,7,1) /* 395009 */
 
 #endif
diff --git a/rootx/src/rootcoreteam.h b/rootx/src/rootcoreteam.h
index 558b2a14deb38737ab6be6e6f10c1b5c8fce08c3..3d8c01305cb3ac8cc92e92fdc948cac479856184 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",
-	"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};
 }
 }