update version info

This commit is contained in:
adelikat 2020-08-30 11:49:48 -05:00
parent 1917613c6c
commit 5b93ef14dc
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ namespace BizHawk.Common
public static partial 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 ReleaseDate = "January 18, 2020";
public const string MainVersion = "2.5.0"; // Use numbers only or the new version notification won't work
public const string ReleaseDate = "August 30, 2020";
public const string HomePage = "http://tasvideos.org/BizHawk.html";
public static readonly bool DeveloperBuild = true;