From a03d823943a478987abea9abd77e14ca96664719 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Fri, 14 Dec 2007 08:34:06 +0000
Subject: [PATCH] Start development version 5.17/09. This new version is
 assumed to contain only bug fixes or documentation improvements.

git-svn-id: http://root.cern.ch/svn/root/trunk@21370 27541ba8-7e3a-0410-8455-c3a389f83636
---
 base/inc/RVersion.h  | 10 +++++-----
 build/version_number |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/base/inc/RVersion.h b/base/inc/RVersion.h
index 9114cd91439..87fc1fb150b 100644
--- a/base/inc/RVersion.h
+++ b/base/inc/RVersion.h
@@ -14,12 +14,12 @@
  *
 */
 
-#define ROOT_RELEASE "5.17/08"
-#define ROOT_RELEASE_DATE "Dec 13 2007"
-#define ROOT_RELEASE_TIME "11:32:35"
-#define ROOT_SVN_REVISION 21355
+#define ROOT_RELEASE "5.17/09"
+#define ROOT_RELEASE_DATE "Dec 14 2007"
+#define ROOT_RELEASE_TIME "08:49:58"
+#define ROOT_SVN_REVISION 21358
 #define ROOT_SVN_BRANCH "trunk"
-#define ROOT_VERSION_CODE 332040
+#define ROOT_VERSION_CODE 332041
 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
 
 #endif
diff --git a/build/version_number b/build/version_number
index e77880c5c9c..ef1881e80d2 100644
--- a/build/version_number
+++ b/build/version_number
@@ -1 +1 @@
-5.17/08
+5.17/09
-- 
GitLab