Update release info for the 2.2.2 release

This commit is contained in:
adelikat 2018-03-16 13:19:10 -05:00
parent 2577ccf503
commit 218d75c940
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ using System.IO;
internal static class VersionInfo internal static class VersionInfo
{ {
public const string Mainversion = "2.2.1"; // Use numbers only or the new version notification won't work public const string Mainversion = "2.2.2"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "October 29, 2017"; public static readonly string RELEASEDATE = "March 16, 2018";
public static readonly bool DeveloperBuild = false; public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html"; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";