Skip to content

Commit 869f751

Browse files
author
feos
committed
proper date and version
1 parent 4b96378 commit 869f751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Version/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
static class VersionInfo
22
{
3-
public const string MAINVERSION = "1.11.6"; // Use numbers only or the new version notification won't work
4-
public static readonly string RELEASEDATE = "March 7, 2016";
5-
public static readonly bool DeveloperBuild = true;
3+
public const string MAINVERSION = "1.11.7"; // Use numbers only or the new version notification won't work
4+
public static readonly string RELEASEDATE = "September 1, 2016";
5+
public static readonly bool DeveloperBuild = false;
66
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
77

88
public static string GetEmuVersion()

0 commit comments

Comments
 (0)