From ef092e6053dbfb6f0d089260386bba88ee49aa95 Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Mon, 27 Jul 2009 00:54:25 +0000 Subject: [PATCH] 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 --- Source/Core/Common/Src/svnrev_template.h | 4 ++-- 1 file 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