I like to turn off the developer build flag, forget, check in, then check in a fix, it's fun

This commit is contained in:
adelikat 2014-11-19 16:15:37 +00:00
parent 5a6c2adb0b
commit ae188ee344
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ static class VersionInfo
{
public const string MAINVERSION = "1.9.0";
public static string RELEASEDATE = "November 23, 2014";
public static bool DeveloperBuild = false;
public static bool DeveloperBuild = true;
public static string GetEmuVersion()
{