Updated with review feedback.
[mono.git] / mcs / errors / cs7035.cs
1 // CS7035: The specified version string `1.*' does not conform to the recommended format major.minor.build.revision
2 // Line: 7
3 // Compiler options: -warnaserror
4
5 using System.Reflection;
6
7 [assembly: AssemblyFileVersion ("1.*")]