Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-16 06:50:54 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-01-16 06:50:54 +0300
commit612543850b724b56f4a1c5cea5c38e45cab3255a (patch)
tree590d2c34de2f524ea794884b1d3b0b0a8ae96bbf /mcs/class/corlib/System/Environment.cs
parenta2cddc48daf32b2d96972354bd67f12d33e576cd (diff)
2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System/Environment.cs: increased corlib version. * System.Reflection/MonoProperty.cs: changed get_property_info so that it only gets the values needed. Reduces the allocations needed. svn path=/trunk/mcs/; revision=22141
Diffstat (limited to 'mcs/class/corlib/System/Environment.cs')
-rw-r--r--mcs/class/corlib/System/Environment.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System/Environment.cs b/mcs/class/corlib/System/Environment.cs
index 5aca3adceb0..ac7a2c75a12 100644
--- a/mcs/class/corlib/System/Environment.cs
+++ b/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 = 8;
+ private const int mono_corlib_version = 9;
private Environment () {}