diff options
Diffstat (limited to 'Source/Core/Common/Src/Version.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Version.cpp | 6 |
1 files changed, 3 insertions, 3 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 |
