update version info

This commit is contained in:
adelikat 2020-01-12 13:12:23 -06:00
parent c330541c35
commit 75c62d6b32
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ using System.IO;
internal static class VersionInfo
{
// keep this updated at every major release
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 = true;
public const string Mainversion = "2.3.3"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "January 12, 2020";
public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
public static readonly string CustomBuildString;