alas, I checked in INTERIM = false again
This commit is contained in:
parent
850ad13e17
commit
0f11d987fb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue