summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorLPFaint99 <lpfaint99@gmail.com>2009-08-14 06:48:15 +0000
committerLPFaint99 <lpfaint99@gmail.com>2009-08-14 06:48:15 +0000
commit153ec6836e859b68e0d732fcdb72e1f44d74ed6c (patch)
treee7328119cd040102f4f4776b83dd886d7c92121a /Source/Core/Common
parenteba5b83772c1e59c2bd5d567acab9da641003537 (diff)
second attempt at showing if a build is was compiled with local modifications
(first attempt was r3889; tested on linux this time :D) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3979 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/svnrev_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/svnrev_template.h b/Source/Core/Common/Src/svnrev_template.h
index db42e18380..b63737e458 100644
--- a/Source/Core/Common/Src/svnrev_template.h
+++ b/Source/Core/Common/Src/svnrev_template.h
@@ -1,2 +1,2 @@
#define SVN_REV $WCREV$
-#define SVN_REV_STR "$WCREV$"
+#define SVN_REV_STR $WCMODS?"$WCREV$M":"$WCREV$"$