DeveloperBuild = false
This commit is contained in:
parent
862ae84ccb
commit
2e97c7401a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue