Merge pull request #3057 from BrzVlad/fix-major-log3
[mono.git] / mcs / class / corlib / System / Environment.cs
index 88a0a1baea92e501087f9f81a7c40bf428a3bef8..1db3482d019ccc57b6e6278a032da87be42b94f8 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 = 148;
 #pragma warning restore 169
 
                [ComVisible (true)]