From 16d0afa607acb749edb046d9c726486d5347cdd3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 17 Jun 2012 00:05:50 +0000 Subject: [PATCH] update version to 1.0.5 interim. --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;