Update Trunk/Trunk VersionInfo.cs to reflect 1.8.4's release

This commit is contained in:
hegyak 2014-10-16 02:41:10 +00:00
parent b0a4744ffb
commit 3118fec5e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
static class VersionInfo
{
public const string MAINVERSION = "1.7.0";
public const string MAINVERSION = "1.8.4";
public static string RELEASEDATE = "Unoffical BETA of unknown origin!";
public static bool DeveloperBuild = true;