From cb67251858e84a67bea33c5d1ebd1b5d72d2d5a4 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 5 Aug 2017 13:55:18 -0500 Subject: [PATCH] update release info --- Version/VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Version/VersionInfo.cs b/Version/VersionInfo.cs index fd5f2b008e..756eb4367f 100644 --- a/Version/VersionInfo.cs +++ b/Version/VersionInfo.cs @@ -2,8 +2,8 @@ using System.IO; internal static class VersionInfo { - public const string Mainversion = "2.1.1"; // Use numbers only or the new version notification won't work - public static readonly string RELEASEDATE = "July 23, 2017"; + public const string Mainversion = "2.2"; // Use numbers only or the new version notification won't work + public static readonly string RELEASEDATE = "August 5, 2017"; public static readonly bool DeveloperBuild = false; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";