Merge pull request #3715 from kumpera/fix-44707
[mono.git] / mcs / class / corlib / System / Environment.cs
index df80c8348a6bd2cee43cebe596f88767fbb2749f..e8befe2e061e34dc9bd7fda7213c8b2c2f76c222 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 = 158;
+               private const int mono_corlib_version = 159;
 #pragma warning restore 169
 
                [ComVisible (true)]