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 4b96378 commit 869f751Copy full SHA for 869f751
Version/VersionInfo.cs
@@ -1,8 +1,8 @@
1
static class VersionInfo
2
{
3
- public const string MAINVERSION = "1.11.6"; // Use numbers only or the new version notification won't work
4
- public static readonly string RELEASEDATE = "March 7, 2016";
5
- public static readonly bool DeveloperBuild = true;
+ public const string MAINVERSION = "1.11.7"; // Use numbers only or the new version notification won't work
+ public static readonly string RELEASEDATE = "September 1, 2016";
+ public static readonly bool DeveloperBuild = false;
6
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
7
8
public static string GetEmuVersion()
0 commit comments