This commit is contained in:
feos 2019-01-06 18:26:31 +03:00
parent 2e52f765bc
commit 2174f1d305
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System.IO;
internal static class VersionInfo
{
// 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.3.1"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "January 6, 2019";
public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";