[runtime] Bump corlib version for recent Thread layout changes
authorVlad Brezae <brezaevlad@gmail.com>
Wed, 22 Jun 2016 14:43:31 +0000 (17:43 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Wed, 22 Jun 2016 14:43:31 +0000 (17:43 +0300)
mcs/class/corlib/System/Environment.cs
mono/metadata/appdomain.c

index dcfe35c85fc8899c4bf94d62686b272cfce0e50c..2b031f332871e671df0acdb1e5972283ddc965b7 100644 (file)
@@ -57,7 +57,7 @@ namespace System {
                 * of icalls, do not require an increment.
                 */
 #pragma warning disable 169
                 * of icalls, do not require an increment.
                 */
 #pragma warning disable 169
-               private const int mono_corlib_version = 150;
+               private const int mono_corlib_version = 151;
 #pragma warning restore 169
 
                [ComVisible (true)]
 #pragma warning restore 169
 
                [ComVisible (true)]
index 1fc251f56f93417d91a07388e4a283b36d425ca2..d0d80a5e9de50412ab0b05cbe5a7f612d943fd14 100644 (file)
@@ -82,7 +82,7 @@
  * Changes which are already detected at runtime, like the addition
  * of icalls, do not require an increment.
  */
  * Changes which are already detected at runtime, like the addition
  * of icalls, do not require an increment.
  */
-#define MONO_CORLIB_VERSION 150
+#define MONO_CORLIB_VERSION 151
 
 typedef struct
 {
 
 typedef struct
 {