Bump mscorlib version for monolite to work correctly
authorMarek Safar <marek.safar@gmail.com>
Fri, 6 Dec 2013 08:50:21 +0000 (09:50 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 6 Dec 2013 08:50:21 +0000 (09:50 +0100)
mcs/class/corlib/System/Environment.cs
mono/metadata/appdomain.c

index d1b4015c0327b1644d611647b529a180ed0c94b6..13d63ccc129d66740dc1148e997d36aa5b2b7d46 100644 (file)
@@ -56,7 +56,7 @@ namespace System {
                 * of icalls, do not require an increment.
                 */
 #pragma warning disable 169
-               private const int mono_corlib_version = 110;
+               private const int mono_corlib_version = 111;
 #pragma warning restore 169
 
                [ComVisible (true)]
index 20eabd097305d6817bcde6c94bf1a0d87f6d9d11..ad186f50707741b82f3e863e31037a41d0cfbdf4 100644 (file)
@@ -77,7 +77,7 @@
  * Changes which are already detected at runtime, like the addition
  * of icalls, do not require an increment.
  */
-#define MONO_CORLIB_VERSION 110
+#define MONO_CORLIB_VERSION 111
 
 typedef struct
 {