We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53c841 commit 41ba4b6Copy full SHA for 41ba4b6
Version/VersionInfo.cs
@@ -2,7 +2,7 @@ static class VersionInfo
2
{
3
public const string MAINVERSION = "1.11.4"; // Use numbers only or the new version notification won't work
4
public static readonly string RELEASEDATE = "December 20, 2015";
5
- public static readonly bool DeveloperBuild = false;
+ public static readonly bool DeveloperBuild = true;
6
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
7
8
public static string GetEmuVersion()
0 commit comments