meh, might as well update version info to match release branch

This commit is contained in:
adelikat 2020-01-12 15:05:49 -06:00
parent f61189f141
commit 69cc3ab3fd
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ 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 const string Mainversion = "2.3.3"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "January 12, 2019";
public static readonly bool DeveloperBuild = true;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";