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
This commit is contained in:
j4ck.fr0st 2010-03-15 17:53:42 +00:00
parent 29cb2ddd87
commit f77140336d
2 changed files with 2 additions and 6 deletions

View File

@ -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)

View File

@ -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"