DeveloperBuild = false

This commit is contained in:
adelikat 2017-06-25 12:12:55 -05:00
parent 862ae84ccb
commit 2e97c7401a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ internal static class VersionInfo
{
public const string Mainversion = "2.0.0"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "June 25, 2017";
public static readonly bool DeveloperBuild = true;
public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
public static readonly string CustomBuildString;