increment build number, this marks the beginning of the 1.1.1 release
This commit is contained in:
parent
56cacfe823
commit
a7cdc8b1e9
|
@ -24,7 +24,7 @@ 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.0 interim";
|
public const string EMUVERSION = "Version 1.1.1 interim";
|
||||||
public const string RELEASEDATE = "September 22, 2012";
|
public const string RELEASEDATE = "September 22, 2012";
|
||||||
private Control renderTarget;
|
private Control renderTarget;
|
||||||
private RetainedViewportPanel retainedPanel;
|
private RetainedViewportPanel retainedPanel;
|
||||||
|
|
Loading…
Reference in New Issue