Skip to content

Commit 3f711e2

Browse files
author
hegyak
committed
Merged d4f2eae into Branch/RELEASE
Updated VersionInfo.cs to 1.11.5
1 parent d4f2eae commit 3f711e2

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