Update interim version number, dummy commit to mark the beginning of 1.1.2

This commit is contained in:
adelikat 2012-10-07 01:28:16 +00:00
parent c6165b8b27
commit 2a9c78220f
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.1 interim";
public const string RELEASEDATE = "September 23, 2012";
public const string EMUVERSION = "Version 1.1.2 (interim)";
public const string RELEASEDATE = "October 06, 2012";
private Control renderTarget;
private RetainedViewportPanel retainedPanel;
public string CurrentlyOpenRom;