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:
parent
9be3364db4
commit
1fd577fce2
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue