From 1fd577fce2493d4833d5644497a0876b9d87c91e Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 20 Jan 2014 17:27:41 +0000 Subject: [PATCH] Update Version Info because it was way out of date (it is always out of date, but now it is less so) --- VersionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VersionInfo.cs b/VersionInfo.cs index c611cd2be4..20326956db 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -1,8 +1,8 @@ static class VersionInfo { - public const string MAINVERSION = "1.5.2"; - public const string RELEASEDATE = "August 22, 2013"; - public static bool INTERIM = true; + public const string MAINVERSION = "1.6.0"; + public const string RELEASEDATE = "Beta built on January 20, 2014"; + public static bool INTERIM = false; public static string GetEmuVersion() {