Trunk is DeveloperBuild = true

My bad.
This commit is contained in:
hegyak 2014-11-18 14:14:10 +00:00
parent ce626011d4
commit 30ea651a65
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ static class VersionInfo
{
public const string MAINVERSION = "1.9.0";
public static string RELEASEDATE = "November 23, 2014";
public static bool DeveloperBuild = false;
public static bool DeveloperBuild = true;
public static string GetEmuVersion()
{