I have to mistakenly check in the developer build flag every now and then

This commit is contained in:
adelikat 2014-07-21 20:14:23 +00:00
parent 861a9a3776
commit b4e1cc00da
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ static class VersionInfo
{
public const string MAINVERSION = "1.7.0";
public static string RELEASEDATE = "Unoffical BETA of unknown origin!";
public static bool DeveloperBuild = false;
public static bool DeveloperBuild = true;
public static string GetEmuVersion()
{