[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / ilasm / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 [assembly: AssemblyVersion (Consts.MonoVersion)]
5 [assembly: AssemblyTitle ("Mono ILasm Compiler")]
6 [assembly: AssemblyDescription ("Mono ILasm Compiler")]
7 [assembly: AssemblyCopyright ("Sergey Chaban and Jackson Harper")]
8