From b4e1cc00da86e11b93d82f662be28a544d1bbcd2 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 21 Jul 2014 20:14:23 +0000 Subject: [PATCH] I have to mistakenly check in the developer build flag every now and then --- VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionInfo.cs b/VersionInfo.cs index f7c5cdb1d6..6aa9b00d60 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -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() {