From 8f7ac5755fc95d7437ca6bfad1456c1667808fc3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 21 Jan 2014 00:34:07 +0000 Subject: [PATCH] set interim flag back to true, I like to mistakenly check this in --- VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionInfo.cs b/VersionInfo.cs index 20326956db..dcef861dbc 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -2,7 +2,7 @@ static class VersionInfo { public const string MAINVERSION = "1.6.0"; public const string RELEASEDATE = "Beta built on January 20, 2014"; - public static bool INTERIM = false; + public static bool INTERIM = true; public static string GetEmuVersion() {