Rip out date all together in release info

This commit is contained in:
adelikat 2014-04-22 22:09:22 +00:00
parent 60eb24f2a1
commit 286c6047c0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System;
static class VersionInfo
{
public const string MAINVERSION = "1.7.0";
public static string RELEASEDATE = "Unoffical BETA! built on " + DateTime.Now.ToShortDateString();
public static string RELEASEDATE = "Unoffical BETA of unknown origin!";
public static bool INTERIM = true;
public static string GetEmuVersion()