I have to mistakenly check in the developer build flag every now and then
This commit is contained in:
parent
861a9a3776
commit
b4e1cc00da
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue