Update Version Info because it was way out of date (it is always out of date, but now it is less so)

This commit is contained in:
adelikat 2014-01-20 17:27:41 +00:00
parent 9be3364db4
commit 1fd577fce2
1 changed files with 3 additions and 3 deletions

View File

@ -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()
{