update release info to 2.0.1
This commit is contained in:
parent
cf70160dcd
commit
25306c2d2b
|
@ -2,8 +2,8 @@ using System.IO;
|
||||||
|
|
||||||
internal static class VersionInfo
|
internal static class VersionInfo
|
||||||
{
|
{
|
||||||
public const string Mainversion = "2.0.0"; // Use numbers only or the new version notification won't work
|
public const string Mainversion = "2.0.1"; // Use numbers only or the new version notification won't work
|
||||||
public static readonly string RELEASEDATE = "June 25, 2017";
|
public static readonly string RELEASEDATE = "June 28, 2017";
|
||||||
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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue