From 87c45c20f00b3de6170910b8d2bfe9b2d8d91cf1 Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Wed, 28 May 2014 18:08:47 +0200
Subject: [PATCH] Use new banner.

---
 documentation/users-guide/Cling.md            |  4 +--
 documentation/users-guide/GettingStarted.md   | 25 +++++-----------
 .../users-guide/TutorialsandTests.md          | 29 +++++++------------
 3 files changed, 20 insertions(+), 38 deletions(-)

diff --git a/documentation/users-guide/Cling.md b/documentation/users-guide/Cling.md
index 2e46b3b927f..7577589da89 100644
--- a/documentation/users-guide/Cling.md
+++ b/documentation/users-guide/Cling.md
@@ -16,8 +16,8 @@ Start up a ROOT session by typing `root` at the system prompt.
 ``` {.cpp}
 $ root
    ------------------------------------------------------------
-  | Welcome to ROOT 5.99/06                http://root.cern.ch |
-  | From 3 April 2014                                          |
+  | Welcome to ROOT 6.00/00                http://root.cern.ch |
+  | From 30 May 2014                                           |
   | Built for linuxx8664gcc            (c) 2014, The ROOT Team |
   | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q' |
    ------------------------------------------------------------
diff --git a/documentation/users-guide/GettingStarted.md b/documentation/users-guide/GettingStarted.md
index 041761a191c..40a2c166e74 100644
--- a/documentation/users-guide/GettingStarted.md
+++ b/documentation/users-guide/GettingStarted.md
@@ -84,23 +84,14 @@ and the `MANPATH`. To run the program just type: `root`.
 
 
 ```
-% root
-  *******************************************
-  *                                         *
-  *        W E L C O M E  to  R O O T       *
-  *                                         *
-  *   Version   5.34/07     26 April 2013   *
-  *                                         *
-  *  You are welcome to visit our Web site  *
-  *          http://root.cern.ch            *
-  *                                         *
-  *******************************************
-
-ROOT 5.34/07 (v5-34-07@c1f030b, May 13 2013, 16:42:38 on macosx64)
-
-Cling/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
-Type ? for help. Commands must be C++ statements.
-Enclose multiple statements between { }.
+$ root
+ ------------------------------------------------------------
+| Welcome to ROOT 6.00/00                http://root.cern.ch |
+| From 30 May 2014                                           |
+| Built for linuxx8664gcc            (c) 2014, The ROOT Team |
+| Try '.help', '.demo', '.license', '.credits', '.quit'/'.q' |
+ ------------------------------------------------------------
+
 root [0]
 ```
 
diff --git a/documentation/users-guide/TutorialsandTests.md b/documentation/users-guide/TutorialsandTests.md
index 6d00dc106cd..dcaea540b49 100644
--- a/documentation/users-guide/TutorialsandTests.md
+++ b/documentation/users-guide/TutorialsandTests.md
@@ -20,25 +20,16 @@ it is being filled, and creates a ROOT file used by the other examples.
 To execute it type:
 
 ``` {.cpp}
-> cd $ROOTSYS/tutorials
-> root
-*******************************************
-*                                         *
-*        W E L C O M E  to  R O O T       *
-*                                         *
-*   Version   5.16/00      27 June 2006   *
-*                                         *
-*  You are welcome to visit our Web site  *
-*          http://root.cern.ch            *
-*                                         *
-*******************************************
-FreeType Engine v2.1.9 used to render TrueType fonts.
-Compiled on 28 June 2007 for linux with thread support.
-
-Cling/ROOT C/C++ Interpreter version 5.16.21, June 22, 2007
-Type ? for help. Commands must be C++ statements.
-Enclose multiple statements between { }.
-root[0] .x hsimple.C
+$ cd $ROOTSYS/tutorials
+$ root
+   ------------------------------------------------------------
+  | Welcome to ROOT 6.00/00                http://root.cern.ch |
+  | From 30 May 2014                                           |
+  | Built for linuxx8664gcc            (c) 2014, The ROOT Team |
+  | Try '.help', '.demo', '.license', '.credits', '.quit'/'.q' |
+   ------------------------------------------------------------
+
+root [0] .x hsimple.C
 ```
 
 Now execute `demos.C`, which brings up the button bar shown on the left.
-- 
GitLab