dummy commit to mark the end of 1.1.1a and start 1.1.2
This commit is contained in:
parent
b0925d5631
commit
7fd74ecb04
|
@ -24,8 +24,8 @@ namespace BizHawk.MultiClient
|
|||
public partial class MainForm : Form
|
||||
{
|
||||
public bool INTERIM = true;
|
||||
public const string EMUVERSION = "Version 1.1.2 (interim)";
|
||||
public const string RELEASEDATE = "October 06, 2012";
|
||||
public const string EMUVERSION = "Version 1.1.2";
|
||||
public const string RELEASEDATE = "October 07, 2012";
|
||||
private Control renderTarget;
|
||||
private RetainedViewportPanel retainedPanel;
|
||||
public string CurrentlyOpenRom;
|
||||
|
|
Loading…
Reference in New Issue