From 67c6e98474670eda29d93a6548a25449c668ef5c Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Tue, 14 Dec 2010 09:40:33 +0000 Subject: [PATCH] Stamp production version 5.28/00 git-svn-id: http://root.cern.ch/svn/root/trunk@37584 27541ba8-7e3a-0410-8455-c3a389f83636 --- build/version_number | 2 +- core/base/inc/RVersion.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/version_number b/build/version_number index 7502b18bd7f..e6483e3da13 100644 --- a/build/version_number +++ b/build/version_number @@ -1 +1 @@ -5.27/07 +5.28/00 diff --git a/core/base/inc/RVersion.h b/core/base/inc/RVersion.h index f45d1708248..7d837f4b6a0 100644 --- a/core/base/inc/RVersion.h +++ b/core/base/inc/RVersion.h @@ -14,12 +14,12 @@ * */ -#define ROOT_RELEASE "5.27/07" -#define ROOT_RELEASE_DATE "Sep 29 2010" -#define ROOT_RELEASE_TIME "13:18:11" -#define ROOT_SVN_REVISION 35856 +#define ROOT_RELEASE "5.28/00" +#define ROOT_RELEASE_DATE "Dec 14 2010" +#define ROOT_RELEASE_TIME "08:34:00" +#define ROOT_SVN_REVISION 37583 #define ROOT_SVN_BRANCH "trunk" -#define ROOT_VERSION_CODE 334599 +#define ROOT_VERSION_CODE 334848 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif -- GitLab