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
path: root/mcs/build
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-06-04 19:08:38 +0400
committerMarek Safar <marek.safar@gmail.com>2009-06-04 19:08:38 +0400
commitb478db4509658d38ca434bd0702c06827b1ec159 (patch)
treed305a77955e782b5de84f32ec2e4a20a2dfb1ea7 /mcs/build
parent9ab7149b44e627ae7477da8c6f5b10be9c66c906 (diff)
Add BOOTSTRAP_NET_4_0
svn path=/trunk/mcs/; revision=135425
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/common/Consts.cs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/common/Consts.cs.in b/mcs/build/common/Consts.cs.in
index d10dc9bd3a7..a3a4f227686 100644
--- a/mcs/build/common/Consts.cs.in
+++ b/mcs/build/common/Consts.cs.in
@@ -51,7 +51,7 @@ internal
public const string MonoProduct = "MONO Common language infrastructure";
public const string MonoCopyright = "(c) various MONO Authors";
-#if NET_4_0
+#if NET_4_0 || BOOTSTRAP_NET_4_0
public const string FxVersion = "4.0.0.0";
public const string FxFileVersion = "4.0.20506.1";