From cedc7d445144fcd5f473ad99ffd526a50cbf8998 Mon Sep 17 00:00:00 2001 From: hegyak Date: Wed, 15 Jul 2015 09:27:16 -0700 Subject: [PATCH] We are at Version 1.11.0 --- Version/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version/VersionInfo.cs b/Version/VersionInfo.cs index db52407561..5f5daf6755 100644 --- a/Version/VersionInfo.cs +++ b/Version/VersionInfo.cs @@ -1,6 +1,6 @@ static class VersionInfo { - public const string MAINVERSION = "1.10.0"; // Use numbers only or the new version notification won't work + public const string MAINVERSION = "1.11.0"; // Use numbers only or the new version notification won't work public static readonly string RELEASEDATE = "June 15, 2015"; public static readonly bool DeveloperBuild = false; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";