From 3d5b429789cfc3a958e316a66d208343af641182 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 23 Dec 2012 18:40:16 +0000 Subject: [PATCH] update release info, this is a dummy commit mostly, that marks the end of the 1.4.0 release and the beginning of 1.4.1 --- 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 7e1801bdca..d228abe14d 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -28,7 +28,7 @@ namespace BizHawk.MultiClient { public bool INTERIM = true; public const string EMUVERSION = "Version " + VersionInfo.MAINVERSION; - public const string RELEASEDATE = "December 01, 2012"; + public const string RELEASEDATE = "December 23, 2012"; private Control renderTarget; private RetainedViewportPanel retainedPanel; public string CurrentlyOpenRom;