Merge branch 'release'

This commit is contained in:
RetroEdit 2020-09-03 20:14:45 +00:00
commit cd499b2378
No known key found for this signature in database
GPG Key ID: CE9E2A36E1EFA76F
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace BizHawk.Common
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;
public static readonly bool DeveloperBuild = false;
public static readonly string? CustomBuildString;