Skip to content

Commit 41ba4b6

Browse files
author
hegyak
committed
This is a DeveloperBuild.
1 parent c53c841 commit 41ba4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Version/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ static class VersionInfo
22
{
33
public const string MAINVERSION = "1.11.4"; // Use numbers only or the new version notification won't work
44
public static readonly string RELEASEDATE = "December 20, 2015";
5-
public static readonly bool DeveloperBuild = false;
5+
public static readonly bool DeveloperBuild = true;
66
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
77

88
public static string GetEmuVersion()

0 commit comments

Comments
 (0)