From 7fd74ecb040866f4449a050d1f0e16e2302e6074 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 7 Oct 2012 15:41:22 +0000 Subject: [PATCH] dummy commit to mark the end of 1.1.1a and start 1.1.2 --- BizHawk.MultiClient/MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 49b1f5efc2..ac1ac86f19 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -24,8 +24,8 @@ namespace BizHawk.MultiClient public partial class MainForm : Form { public bool INTERIM = true; - public const string EMUVERSION = "Version 1.1.2 (interim)"; - public const string RELEASEDATE = "October 06, 2012"; + public const string EMUVERSION = "Version 1.1.2"; + public const string RELEASEDATE = "October 07, 2012"; private Control renderTarget; private RetainedViewportPanel retainedPanel; public string CurrentlyOpenRom;