24 lines
760 B
C#
24 lines
760 B
C#
//Generated from GlobalAssemblyInfo.cs.tmpl && Version
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: AssemblyDelaySign(false)]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("PascalABC.NET Compiler")]
|
|
[assembly: AssemblyCopyright("(c) PascalABCCompilerTeam")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: AssemblyVersion(RevisionClass.FullVersion)]
|
|
|
|
internal static class RevisionClass
|
|
{
|
|
public const string Major = "2";
|
|
public const string Minor = "2";
|
|
public const string Build = "0";
|
|
public const string Revision = "966";
|
|
|
|
public const string MainVersion = Major + "." + Minor;
|
|
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
|
}
|
|
|