remove a comment, this is a useless commit

This commit is contained in:
adelikat 2013-11-15 14:14:24 +00:00
parent 6cf637b72a
commit a20035ab21
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ static class VersionInfo
public const string RELEASEDATE = "August 22, 2013";
public static bool INTERIM = true;
public static string GetEmuVersion() //This doesn't need to be on mainform
public static string GetEmuVersion()
{
return INTERIM ? "SVN " + SubWCRev.SVN_REV : ("Version " + MAINVERSION);
}