Increment build number, this marks the beginning of the 1.0.6 release
This commit is contained in:
parent
6e8d38fabe
commit
3eff778b98
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue