From 9ea17949ef97b3a44dddb814c745d982cea5b727 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 7 Mar 2010 19:16:17 +0000 Subject: [PATCH] addendum to last commit: need static svnrev.h for stable build git-svn-id: https://dolphin-emu.googlecode.com/svn/branches/stable@5168 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/svnrev.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Source/Core/Common/Src/svnrev.h diff --git a/Source/Core/Common/Src/svnrev.h b/Source/Core/Common/Src/svnrev.h new file mode 100644 index 0000000000..9cddda0625 --- /dev/null +++ b/Source/Core/Common/Src/svnrev.h @@ -0,0 +1,2 @@ +#define SVN_REV 5163 +#define SVN_REV_STR "2.0 RC1"