From c3cb5e0b7205180fe989b54d227604b226b3c657 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 18 Mar 2012 17:22:21 +0000 Subject: [PATCH] Update version number, note that the previosu commit, r1983 marks the start of version 1.0.3 --- 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 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;