We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece0e00 commit 105cd1cCopy full SHA for 105cd1c
Version/VersionInfo.cs
@@ -1,7 +1,7 @@
1
static class VersionInfo
2
{
3
- public const string MAINVERSION = "1.11.2"; // Use numbers only or the new version notification won't work
4
- public static readonly string RELEASEDATE = "October 9, 2015";
+ public const string MAINVERSION = "1.11.3"; // Use numbers only or the new version notification won't work
+ public static readonly string RELEASEDATE = "October 14, 2015";
5
public static readonly bool DeveloperBuild = true;
6
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
7
0 commit comments