diff --git a/VersionInfo.cs b/VersionInfo.cs index b9e18219a0..d3d6637a0f 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -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() {