Update version number, note that the previosu commit, r1983 marks the start of version 1.0.3
This commit is contained in:
parent
42f16e95ac
commit
c3cb5e0b72
|
@ -21,7 +21,7 @@ namespace BizHawk.MultiClient
|
|||
public partial class MainForm : Form
|
||||
{
|
||||
public bool INTERIM = true;
|
||||
public const string EMUVERSION = "BizHawk v1.0.2 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.3 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