Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Jan 18, 2020
1 parent 1cd5675 commit 16f5da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Version/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
internal static class VersionInfo
{
// keep this updated at every major release
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 const string Mainversion = "2.4.0"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "January 18, 2020";
public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";

Expand Down

0 comments on commit 16f5da9

Please sign in to comment.