We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf70160 commit 25306c2Copy full SHA for 25306c2
Version/VersionInfo.cs
@@ -2,8 +2,8 @@
2
3
internal static class VersionInfo
4
{
5
- public const string Mainversion = "2.0.0"; // Use numbers only or the new version notification won't work
6
- public static readonly string RELEASEDATE = "June 25, 2017";
+ public const string Mainversion = "2.0.1"; // Use numbers only or the new version notification won't work
+ public static readonly string RELEASEDATE = "June 28, 2017";
7
public static readonly bool DeveloperBuild = false;
8
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";
9
0 commit comments