update version info
This commit is contained in:
parent
27b6ea6b49
commit
93fc9245da
|
@ -2,9 +2,9 @@ using System.IO;
|
|||
|
||||
internal static class VersionInfo
|
||||
{
|
||||
public const string Mainversion = "1.13.0"; // Use numbers only or the new version notification won't work
|
||||
public const string Mainversion = "1.13.1"; // Use numbers only or the new version notification won't work
|
||||
|
||||
public static readonly string RELEASEDATE = "June 3, 2017";
|
||||
public static readonly string RELEASEDATE = "June 25, 2017";
|
||||
public static readonly bool DeveloperBuild = false;
|
||||
|
||||
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
|
||||
|
|
Loading…
Reference in New Issue