increment build number, this marks the beginning of the 1.1.1 release

This commit is contained in:
adelikat 2012-09-22 23:40:11 +00:00
parent 56cacfe823
commit a7cdc8b1e9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
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";
private Control renderTarget;
private RetainedViewportPanel retainedPanel;