Bläddra i källkod

Bump corlib version since fe3372f4231106669ab93e2d23a51fb07cb7b639 makes a breaking change to the mscorlib-runtime interface.

Zoltan Varga 14 år sedan
förälder
incheckning
3fb24eb76d
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      mcs/class/corlib/System/Environment.cs
  2. 1 1
      mono/metadata/appdomain.c

+ 1 - 1
mcs/class/corlib/System/Environment.cs

@@ -55,7 +55,7 @@ namespace System {
 		 * of icalls, do not require an increment.
 		 */
 #pragma warning disable 169
-		private const int mono_corlib_version = 96;
+		private const int mono_corlib_version = 97;
 #pragma warning restore 169
 
 		[ComVisible (true)]

+ 1 - 1
mono/metadata/appdomain.c

@@ -73,7 +73,7 @@
  * Changes which are already detected at runtime, like the addition
  * of icalls, do not require an increment.
  */
-#define MONO_CORLIB_VERSION 96
+#define MONO_CORLIB_VERSION 97
 
 typedef struct
 {