use the version from configure.in
[mono.git] / mcs / ilasm / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 [assembly: AssemblyTitle ("Mono ILasm Compiler")]
5 [assembly: AssemblyDescription ("Mono ILasm Compiler")]
6 [assembly: AssemblyCopyright ("Sergey Chaban and Jackson Harper")]
7