Revert "DeveloperBuild = false"

This reverts commit e524f3e4e5.
This commit is contained in:
RetroEdit 2020-09-03 20:15:44 +00:00
parent cd499b2378
commit aa00184737
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 = false;
public static readonly bool DeveloperBuild = true;
public static readonly string? CustomBuildString;