dummy commit to mark the end of 1.1.1a and start 1.1.2

This commit is contained in:
adelikat 2012-10-07 15:41:22 +00:00
parent b0925d5631
commit 7fd74ecb04
1 changed files with 2 additions and 2 deletions

View File

@ -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;