Update version info

This commit is contained in:
adelikat 2017-07-15 22:40:46 -05:00
parent 090b7d924a
commit 848fc694a0
1 changed files with 2 additions and 2 deletions

View File

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