BizHawk/VersionInfo.cs

5 lines
77 B
C#
Raw Normal View History

static class VersionInfo
{
public const string MAINVERSION = "1.2.0";
}