Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorLudovic Henry <ludovic@xamarin.com>2015-09-09 20:00:05 +0300
committerLudovic Henry <ludovic@xamarin.com>2015-09-09 20:00:05 +0300
commit4bbb9b3421770be9a2255d64fa34c0d70350783c (patch)
tree0e6a30f837178e2362c33c5278e5b56a4d800b8a /mcs
parent57be2417161a11335e8bcc74397272629b587f5e (diff)
[delegate] Bump BCL version for field added on Delegate
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/System/Environment.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System/Environment.cs b/mcs/class/corlib/System/Environment.cs
index 81cad6caa28..ee00b14c338 100644
--- a/mcs/class/corlib/System/Environment.cs
+++ b/mcs/class/corlib/System/Environment.cs
@@ -57,7 +57,7 @@ namespace System {
* of icalls, do not require an increment.
*/
#pragma warning disable 169
- private const int mono_corlib_version = 136;
+ private const int mono_corlib_version = 137;
#pragma warning restore 169
[ComVisible (true)]