Updated VersionInfo.cs for the 1.9.0 release for Trunk

This commit is contained in:
hegyak 2014-11-17 23:19:40 +00:00
parent 0cf61812c2
commit f6b5dbeee3
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
static class VersionInfo static class VersionInfo
{ {
public const string MAINVERSION = "1.8.4"; public const string MAINVERSION = "1.9.0";
public static string RELEASEDATE = "Unoffical BETA of unknown origin!"; public static string RELEASEDATE = "November 23, 2014";
public static bool DeveloperBuild = true; public static bool DeveloperBuild = false;
public static string GetEmuVersion() public static string GetEmuVersion()
{ {