Updated VersionInfo.cs for the 1.9.0 release for Trunk
This commit is contained in:
parent
0cf61812c2
commit
f6b5dbeee3
|
@ -1,8 +1,8 @@
|
|||
static class VersionInfo
|
||||
{
|
||||
public const string MAINVERSION = "1.8.4";
|
||||
public static string RELEASEDATE = "Unoffical BETA of unknown origin!";
|
||||
public static bool DeveloperBuild = true;
|
||||
public const string MAINVERSION = "1.9.0";
|
||||
public static string RELEASEDATE = "November 23, 2014";
|
||||
public static bool DeveloperBuild = false;
|
||||
|
||||
public static string GetEmuVersion()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue