This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5123ece26a
dolphin
/
Source
/
Core
/
Common
/
Src
/
svnrev_template.h
3 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
revert r3889 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3890 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-27 04:19:26 +00:00
#
define SVN_REV $WCREV$
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
2009-08-14 06:48:15 +00:00
#
define SVN_REV_STR $WCMODS?"$WCREV$M":"$WCREV$"$