diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 92ee73c7dc..a3e6337776 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -22,7 +22,7 @@ namespace BizHawk.MultiClient public partial class MainForm : Form { public bool INTERIM = true; - public const string EMUVERSION = "BizHawk v1.0.4 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.5 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;