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 542db67 commit 97a38ddCopy full SHA for 97a38dd
Version/VersionInfo.cs
@@ -1,8 +1,8 @@
1
static class VersionInfo
2
{
3
- public const string MAINVERSION = "1.11.7"; // Use numbers only or the new version notification won't work
4
- public static readonly string RELEASEDATE = "September 1, 2016";
5
- public static readonly bool DeveloperBuild = true;
+ public const string MAINVERSION = "1.11.8"; // Use numbers only or the new version notification won't work
+ public static readonly string RELEASEDATE = "October 22, 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