Skip to content

Commit

Permalink
Merged d4f2eae into Branch/RELEASE
Browse files Browse the repository at this point in the history
Updated VersionInfo.cs to 1.11.5
  • Loading branch information
hegyak committed Feb 13, 2016
1 parent d4f2eae commit 3f711e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Version/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
static class VersionInfo
{
public const string MAINVERSION = "1.11.4"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "December 20, 2015";
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;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";

public static string GetEmuVersion()
Expand Down

0 comments on commit 3f711e2

Please sign in to comment.