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 d4f2eae commit 3f711e2Copy full SHA for 3f711e2
Version/VersionInfo.cs
@@ -1,8 +1,8 @@
1
static class VersionInfo
2
{
3
- public const string MAINVERSION = "1.11.4"; // Use numbers only or the new version notification won't work
4
- public static readonly string RELEASEDATE = "December 20, 2015";
5
- public static readonly bool DeveloperBuild = true;
+ public const string MAINVERSION = "1.11.5"; // Use numbers only or the new version notification won't work
+ public static readonly string RELEASEDATE = "February 13, 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