summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src')
-rw-r--r--Source/Core/Common/Src/Version.cpp6
-rw-r--r--Source/Core/Common/Src/svnrev.h1
-rw-r--r--Source/Core/Common/Src/svnrev_template.h1
3 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/Common/Src/Version.cpp b/Source/Core/Common/Src/Version.cpp
index 4f2f0b1d77..83531e2bc8 100644
--- a/Source/Core/Common/Src/Version.cpp
+++ b/Source/Core/Common/Src/Version.cpp
@@ -19,11 +19,11 @@
#include "svnrev.h"
#ifdef _DEBUG
-const char *svn_rev_str = "Dolphin Debug r" SVN_REV_STR;
+const char *svn_rev_str = "Dolphin Debug " SVN_REV_STR;
#elif defined DEBUGFAST
-const char *svn_rev_str = "Dolphin Debugfast r" SVN_REV_STR;
+const char *svn_rev_str = "Dolphin Debugfast " SVN_REV_STR;
#else
-const char *svn_rev_str = "Dolphin r" SVN_REV_STR;
+const char *svn_rev_str = "Dolphin " SVN_REV_STR;
#endif
#ifdef _M_X64
diff --git a/Source/Core/Common/Src/svnrev.h b/Source/Core/Common/Src/svnrev.h
new file mode 100644
index 0000000000..fa15eb308c
--- /dev/null
+++ b/Source/Core/Common/Src/svnrev.h
@@ -0,0 +1 @@
+#define SVN_REV_STR "3.0"
diff --git a/Source/Core/Common/Src/svnrev_template.h b/Source/Core/Common/Src/svnrev_template.h
deleted file mode 100644
index 0d3e482e1b..0000000000
--- a/Source/Core/Common/Src/svnrev_template.h
+++ /dev/null
@@ -1 +0,0 @@
-#define SVN_REV_STR "$WCMODS?$WCREV$M:$WCREV$$"