Skip to content

Commit

Permalink
This is a DeveloperBuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyak committed Dec 20, 2015
1 parent c53c841 commit 41ba4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Version/VersionInfo.cs
Expand Up @@ -2,7 +2,7 @@ static class VersionInfo
{
public const string MAINVERSION = "1.11.4"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "December 20, 2015";
public static readonly bool DeveloperBuild = false;
public static readonly bool DeveloperBuild = true;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";

public static string GetEmuVersion()
Expand Down

0 comments on commit 41ba4b6

Please sign in to comment.