Rip out date all together in release info
This commit is contained in:
parent
60eb24f2a1
commit
286c6047c0
|
@ -3,7 +3,7 @@ using System;
|
||||||
static class VersionInfo
|
static class VersionInfo
|
||||||
{
|
{
|
||||||
public const string MAINVERSION = "1.7.0";
|
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 bool INTERIM = true;
|
||||||
|
|
||||||
public static string GetEmuVersion()
|
public static string GetEmuVersion()
|
||||||
|
|
Loading…
Reference in New Issue