alas, I checked in INTERIM = false again

This commit is contained in:
adelikat 2013-07-28 23:08:23 +00:00
parent 850ad13e17
commit 0f11d987fb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace BizHawk.MultiClient
{
public partial class MainForm : Form
{
public static bool INTERIM = false;
public static bool INTERIM = true;
public const string EMUVERSION = "Version " + VersionInfo.MAINVERSION;
public const string RELEASEDATE = "March 23, 2013";
public string CurrentlyOpenRom;