BizHawk/Version/svnrev_template

7 lines
176 B
Plaintext
Raw Normal View History

static class SubWCRev
{
public const string SVN_REV = "$WCREV$";
public const string GIT_BRANCH = "$WCBRANCH$";
2015-06-25 02:44:03 +00:00
public const string GIT_SHORTHASH = "$WCSHORTHASH$";
}