Skip to content

Commit

Permalink
Let's not have our release branch marked as DeveloperBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyak committed Jun 15, 2015
1 parent 7c3b3c8 commit 99b84e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Version/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ static class VersionInfo
{
public const string MAINVERSION = "1.10.0"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "June 15, 2015";
public static readonly bool DeveloperBuild = true;
public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";

public static string GetEmuVersion()
Expand Down

0 comments on commit 99b84e0

Please sign in to comment.