Skip to content

Commit 97a38dd

Browse files
author
adelikat
committed
versionInfo update on release branch for the 1.11.8 release
1 parent 542db67 commit 97a38dd

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.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 = true;
3+
public const string MAINVERSION = "1.11.8"; // Use numbers only or the new version notification won't work
4+
public static readonly string RELEASEDATE = "October 22, 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)