We are at Version 1.11.0

This commit is contained in:
hegyak 2015-07-15 09:27:16 -07:00
parent eaaeb0ec9d
commit cedc7d4451
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
static class VersionInfo
{
public const string MAINVERSION = "1.10.0"; // Use numbers only or the new version notification won't work
public const string MAINVERSION = "1.11.0"; // Use numbers only or the new version notification won't work
public static readonly string RELEASEDATE = "June 15, 2015";
public static readonly bool DeveloperBuild = false;
public static readonly string HomePage = "http://tasvideos.org/BizHawk.html";