set interim flag back to true, I like to mistakenly check this in
This commit is contained in:
parent
74b88584be
commit
8f7ac5755f
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue