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
This commit is contained in:
parent
a9b7813462
commit
ef092e6053
|
@ -1,2 +1,2 @@
|
|||
#define SVN_REV $WCREV$
|
||||
#define SVN_REV_STR "$WCREV$"
|
||||
#define SVN_REV $WCREV$
|
||||
#define SVN_REV_STR $WCMODS?"$WCREV$!":"$WCREV$"$
|
Loading…
Reference in New Issue