version and date
This commit is contained in:
parent
84facd4c03
commit
b12b061a83
|
@ -3,8 +3,8 @@ using System.IO;
|
|||
internal static class VersionInfo
|
||||
{
|
||||
// keep this updated at every major release
|
||||
public const string Mainversion = "2.3.1"; // Use numbers only or the new version notification won't work
|
||||
public static readonly string RELEASEDATE = "January 6, 2019";
|
||||
public const string Mainversion = "2.3.2"; // Use numbers only or the new version notification won't work
|
||||
public static readonly string RELEASEDATE = "June 18, 2019";
|
||||
public static readonly bool DeveloperBuild = false;
|
||||
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
|
||||
|
||||
|
|
Loading…
Reference in New Issue