remove a comment, this is a useless commit
This commit is contained in:
parent
6cf637b72a
commit
a20035ab21
|
@ -4,7 +4,7 @@ static class VersionInfo
|
||||||
public const string RELEASEDATE = "August 22, 2013";
|
public const string RELEASEDATE = "August 22, 2013";
|
||||||
public static bool INTERIM = true;
|
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);
|
return INTERIM ? "SVN " + SubWCRev.SVN_REV : ("Version " + MAINVERSION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue