update the RELEASEDATE date to be up-to-date
This commit is contained in:
parent
ade701f873
commit
2e52f765bc
|
@ -4,7 +4,7 @@ internal static class VersionInfo
|
||||||
{
|
{
|
||||||
// keep this updated at every major release
|
// keep this updated at every major release
|
||||||
public const string Mainversion = "2.4.0"; // Use numbers only or the new version notification won't work
|
public const string Mainversion = "2.4.0"; // Use numbers only or the new version notification won't work
|
||||||
public static readonly string RELEASEDATE = "January 5, 2019";
|
public static readonly string RELEASEDATE = "January 6, 2019";
|
||||||
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