From ae188ee34457f9c7b32d9e9b14400ecaf4632778 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 19 Nov 2014 16:15:37 +0000 Subject: [PATCH] I like to turn off the developer build flag, forget, check in, then check in a fix, it's fun --- VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {