Skip to content

Commit

Permalink
proper date and version
Browse files Browse the repository at this point in the history
  • Loading branch information
feos committed Sep 1, 2016
1 parent 4b96378 commit 869f751
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.6"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "March 7, 2016";
public static readonly bool DeveloperBuild = true;
public const string MAINVERSION = "1.11.7"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "September 1, 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 869f751

Please sign in to comment.