set interim flag back to true, I like to mistakenly check this in

This commit is contained in:
adelikat 2014-01-21 00:34:07 +00:00
parent 74b88584be
commit 8f7ac5755f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ static class VersionInfo
{
public const string MAINVERSION = "1.6.0";
public const string RELEASEDATE = "Beta built on January 20, 2014";
public static bool INTERIM = false;
public static bool INTERIM = true;
public static string GetEmuVersion()
{