2
0
Эх сурвалжийг харах

2004-01-19 Zoltan Varga <[email protected]>

	* Environment.cs: Bump version number.

svn path=/trunk/mcs/; revision=22268
Zoltan Varga 22 жил өмнө
parent
commit
2bbc3eb840

+ 4 - 0
mcs/class/corlib/System/ChangeLog

@@ -1,3 +1,7 @@
+2004-01-19  Zoltan Varga  <[email protected]>
+
+	* Environment.cs: Bump version number.
+
 2004-01-19  Lluis Sanchez Gual  <[email protected]>
 
 	* Type.cs: Added internal call for IsInstanceOfType. The old implementation

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

@@ -29,7 +29,7 @@ namespace System
 		 * increment this variable. Also increment the
 		 * pair of this variable in the runtime in metadata/appdomain.c.
 		 */
-		private const int mono_corlib_version = 9;
+		private const int mono_corlib_version = 10;
 
 		private Environment () {}