From 30ea651a65a0719b9b55534e9982d457305ce17b Mon Sep 17 00:00:00 2001 From: hegyak Date: Tue, 18 Nov 2014 14:14:10 +0000 Subject: [PATCH] Trunk is DeveloperBuild = true My bad. --- 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() {