diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-07-27 00:54:25 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-07-27 00:54:25 +0000 |
| commit | ef092e6053dbfb6f0d089260386bba88ee49aa95 (patch) | |
| tree | 5aa58e0348ba5dd8f6a594c089734d32b31fd261 /Source/Core/Common | |
| parent | a9b7813462b08833f49494300f637cb0f446b27a (diff) | |
Show revision as xxxx! if there are local modifications otherwise xxxx
so we will be able to tell from screenshots whether the build is vanilla svn co or not
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3889 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/svnrev_template.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/svnrev_template.h b/Source/Core/Common/Src/svnrev_template.h index 442eb8e3f5..5aacb11ef6 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$"
\ No newline at end of file +#define SVN_REV $WCREV$
+#define SVN_REV_STR $WCMODS?"$WCREV$!":"$WCREV$"$
\ No newline at end of file |
