add svn revision number to about box on release builds
This commit is contained in:
parent
f6f65ca128
commit
2c0cd80071
|
@ -29,8 +29,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else
|
||||
{
|
||||
Text = "Version " + VersionInfo.MAINVERSION;
|
||||
Text = "Version " + VersionInfo.MAINVERSION + " (SVN " + SubWCRev.SVN_REV + ")";
|
||||
}
|
||||
|
||||
VersionLabel.Text = "Version " + VersionInfo.MAINVERSION + " " + VersionInfo.RELEASEDATE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue