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:
authorMartin Baulig <martin@novell.com>2004-04-23 06:24:02 +0400
committerMartin Baulig <martin@novell.com>2004-04-23 06:24:02 +0400
commitdfedf08d980d94226d3633164af1696343cbf717 (patch)
tree0c821cc1e7c35951cb6cd047ac434461b4898c32 /mcs/class/README
parent84ce456dd22c91479af29f81fd6125bfe196e26b (diff)
2004-04-22 Martin Baulig <martin@ximian.com>
Renamed the `NET_1_2' conditional to `NET_2_0' in all files. svn path=/trunk/mcs/; revision=25877
Diffstat (limited to 'mcs/class/README')
-rw-r--r--mcs/class/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/README b/mcs/class/README
index edb4d0f65cc..fbb7a68a101 100644
--- a/mcs/class/README
+++ b/mcs/class/README
@@ -27,8 +27,8 @@ testing.
* Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds
- The defines NET_1_1 and NET_1_2 are used to include
- features. When NET_1_2 is defined, it also implies that the
+ The defines NET_1_1 and NET_2_0 are used to include
+ features. When NET_2_0 is defined, it also implies that the
NET_1_1 is defined.
To have code which is only available in an old version, use ONLY_1_0,