Merge pull request #3106 from lambdageek/dev/monoerror-unhandled
[mono.git] / mcs / class / corlib / System / Environment.cs
index 88a0a1baea92e501087f9f81a7c40bf428a3bef8..dcfe35c85fc8899c4bf94d62686b272cfce0e50c 100644 (file)
@@ -57,7 +57,7 @@ namespace System {
                 * of icalls, do not require an increment.
                 */
 #pragma warning disable 169
-               private const int mono_corlib_version = 145;
+               private const int mono_corlib_version = 150;
 #pragma warning restore 169
 
                [ComVisible (true)]