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 443862e commit a44cf5aCopy full SHA for a44cf5a
Version/VersionInfo.cs
@@ -1,7 +1,7 @@
1
static class VersionInfo
2
{
3
- public const string MAINVERSION = "1.10.0"; // Use numbers only or the new version notification won't work
4
- public static readonly string RELEASEDATE = "June 15, 2015";
+ public const string MAINVERSION = "1.11.2"; // Use numbers only or the new version notification won't work
+ public static readonly string RELEASEDATE = "October 9, 2015";
5
public static readonly bool DeveloperBuild = true;
6
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
7
0 commit comments