From f77140336d9c1eee23ac11cc08d0453d372163f6 Mon Sep 17 00:00:00 2001 From: "j4ck.fr0st" Date: Mon, 15 Mar 2010 17:53:42 +0000 Subject: [PATCH] reverted the svnrev.h change, removed revision generation from scons (linux and osx should also get RC1 now instead of the revision number) git-svn-id: https://dolphin-emu.googlecode.com/svn/branches/stable@5198 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 3 --- Source/Core/Common/Src/svnrev.h | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/SConstruct b/SConstruct index 9657922eaf..844b0151b1 100644 --- a/SConstruct +++ b/SConstruct @@ -468,9 +468,6 @@ else: # add methods from utils to env env.AddMethod(utils.filterWarnings) -rev = utils.GenerateRevFile(env['flavor'], - "Source/Core/Common/Src/svnrev_template.h", - "Source/Core/Common/Src/svnrev.h") # print a nice progress indication when not compiling Progress(['-\r', '\\\r', '|\r', '/\r'], interval = 5) diff --git a/Source/Core/Common/Src/svnrev.h b/Source/Core/Common/Src/svnrev.h index 778ad9ef42..9cddda0625 100644 --- a/Source/Core/Common/Src/svnrev.h +++ b/Source/Core/Common/Src/svnrev.h @@ -1,3 +1,2 @@ -#define SVN_REV $WCREV$ -#define SVN_REV_STR "5196M-release" - +#define SVN_REV 5163 +#define SVN_REV_STR "2.0 RC1"