From 869f7519f9eabf9e2d4c73b194450d5b99e8587e Mon Sep 17 00:00:00 2001 From: feos Date: Thu, 1 Sep 2016 22:49:56 +0300 Subject: [PATCH] proper date and version --- Version/VersionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Version/VersionInfo.cs b/Version/VersionInfo.cs index b81beca34f8..4c698645ebc 100644 --- a/Version/VersionInfo.cs +++ b/Version/VersionInfo.cs @@ -1,8 +1,8 @@ static class VersionInfo { - public const string MAINVERSION = "1.11.6"; // Use numbers only or the new version notification won't work - public static readonly string RELEASEDATE = "March 7, 2016"; - public static readonly bool DeveloperBuild = true; + public const string MAINVERSION = "1.11.7"; // Use numbers only or the new version notification won't work + public static readonly string RELEASEDATE = "September 1, 2016"; + public static readonly bool DeveloperBuild = false; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html"; public static string GetEmuVersion()