From: Zoltan Varga Date: Thu, 21 Jun 2007 18:46:31 +0000 (-0000) Subject: 2007-06-21 Zoltan Varga X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=79f4bd48c3f6422b95f768bc5937b11e8202dc9a;p=mono.git 2007-06-21 Zoltan Varga * Environment.cs: Bump corlib version. svn path=/trunk/mcs/; revision=80510 --- diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog index 2107a00945a..356bf474cd0 100644 --- a/mcs/class/corlib/System/ChangeLog +++ b/mcs/class/corlib/System/ChangeLog @@ -1,5 +1,7 @@ 2007-06-21 Zoltan Varga + * Environment.cs: Bump corlib version. + * Delegate.cs: Applied patch from Robert Jordan (robertj@gmx.net). Keep the dynamic method referenced by a delegate alive. diff --git a/mcs/class/corlib/System/Environment.cs b/mcs/class/corlib/System/Environment.cs index bda637c400d..0c2ea8fc144 100644 --- a/mcs/class/corlib/System/Environment.cs +++ b/mcs/class/corlib/System/Environment.cs @@ -59,7 +59,7 @@ namespace System { * Changes which are already detected at runtime, like the addition * of icalls, do not require an increment. */ - private const int mono_corlib_version = 57; + private const int mono_corlib_version = 58; public enum SpecialFolder { // TODO: Determine if these windoze style folder identifiers