Increment build number, this marks the beginning of the 1.0.6 release

This commit is contained in:
adelikat 2012-08-04 01:20:05 +00:00
parent 6e8d38fabe
commit 3eff778b98
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = true;
public const string EMUVERSION = "BizHawk v1.0.5 interim"; //TODO: Get rid of this, only the movie object uses it, maybe it can use assembly info
public const string EMUVERSION = "BizHawk v1.0.6 interim"; //TODO: Get rid of this, only the movie object uses it, maybe it can use assembly info
private Control renderTarget;
private RetainedViewportPanel retainedPanel;
public string CurrentlyOpenRom;