set back to interim build

This commit is contained in:
adelikat 2012-03-03 23:58:13 +00:00
parent 2d11f91d16
commit 63b6004293
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = false;
public bool INTERIM = true;
public const string EMUVERSION = "BizHawk v1.0.0";
private Control renderTarget;
private RetainedViewportPanel retainedPanel;