DeveloperBuild = false

This commit is contained in:
adelikat 2020-08-30 11:54:48 -05:00
parent 5b93ef14dc
commit e524f3e4e5
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;