This commit is contained in:
adelikat 2012-08-19 23:49:42 +00:00
parent 6108a88245
commit df5ddfced8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = false;
public bool INTERIM = true;
public const string EMUVERSION = "Version 1.0.6 interim";
public const string RELEASEDATE = "June 17, 2012";
private Control renderTarget;