Update interim version number, dummy commit to mark the beginning of 1.1.2
This commit is contained in:
parent
c6165b8b27
commit
2a9c78220f
|
@ -24,8 +24,8 @@ namespace BizHawk.MultiClient
|
||||||
public partial class MainForm : Form
|
public partial class MainForm : Form
|
||||||
{
|
{
|
||||||
public bool INTERIM = true;
|
public bool INTERIM = true;
|
||||||
public const string EMUVERSION = "Version 1.1.1 interim";
|
public const string EMUVERSION = "Version 1.1.2 (interim)";
|
||||||
public const string RELEASEDATE = "September 23, 2012";
|
public const string RELEASEDATE = "October 06, 2012";
|
||||||
private Control renderTarget;
|
private Control renderTarget;
|
||||||
private RetainedViewportPanel retainedPanel;
|
private RetainedViewportPanel retainedPanel;
|
||||||
public string CurrentlyOpenRom;
|
public string CurrentlyOpenRom;
|
||||||
|
|
Loading…
Reference in New Issue