From 3eff778b98113842dde266ee8bc765d682c3532e Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 4 Aug 2012 01:20:05 +0000 Subject: [PATCH] Increment build number, this marks the beginning of the 1.0.6 release --- 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 d2460b0a4c..987e5cd6d2 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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;