diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 01b27cbd77..800941d552 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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;