Changed TryPeek to handle race condition with Dequeue.
[mono.git] / mcs / errors / cs1607-2.cs
1 // CS1607: The version number `1.*' specified for `AssemblyFileVersion' is invalid
2 // Line: 7
3 // Compiler options: -warnaserror
4
5 using System.Reflection;
6
7 [assembly: AssemblyFileVersion ("1.*")]