set DeveloperBuild back to true

This commit is contained in:
adelikat 2019-10-27 10:35:29 -05:00
parent f579961823
commit 2fece04b5a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ internal static class VersionInfo
// keep this updated at every major release
public const string Mainversion = "2.3.2"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "June 18, 2019";
public static readonly bool DeveloperBuild = false;
public static readonly bool DeveloperBuild = true;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
public static readonly string CustomBuildString;