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:
parent
5a6c2adb0b
commit
ae188ee344
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue