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:
authorJb Evain <jbevain@gmail.com>2008-08-21 01:35:04 +0400
committerJb Evain <jbevain@gmail.com>2008-08-21 01:35:04 +0400
commit5283b7564b6985cb4546772197b13e24f6b70784 (patch)
tree507f5c7ebb521ab2a5db8ccd34ce4476ea099cad /mcs/build
parent2cbb41b7aee974e4b62af1b242ec3f18be97d53c (diff)
2008-08-20 Jb Evain <jbevain@novell.com>
* Consts.cs.in: add NET_3_0 case for wcf. svn path=/trunk/mcs/; revision=111195
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/common/ChangeLog4
-rw-r--r--mcs/build/common/Consts.cs.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/mcs/build/common/ChangeLog b/mcs/build/common/ChangeLog
index bd7f6f726e4..051b3163a33 100644
--- a/mcs/build/common/ChangeLog
+++ b/mcs/build/common/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-20 Jb Evain <jbevain@novell.com>
+
+ * Consts.cs.in: add NET_3_0 case for wcf.
+
2008-07-24 Gert Driesen <drieseng@users.sourceforge.net>
* Consts.cs.in; Update FxFileVersion and VsFileVersion for 2.0 SP1.
diff --git a/mcs/build/common/Consts.cs.in b/mcs/build/common/Consts.cs.in
index 687fb691916..f5c23389283 100644
--- a/mcs/build/common/Consts.cs.in
+++ b/mcs/build/common/Consts.cs.in
@@ -57,6 +57,11 @@ internal
public const string FxFileVersion = "3.5.21022.8";
public const string VsVersion = "0.0.0.0"; // Useless ?
+#elif NET_3_0
+ public const string FxVersion = "3.0.0.0";
+ public const string VsVersion = "8.0.0.0";
+ public const string FxFileVersion = "3.0.4506.648";
+ public const string VsFileVersion = "6.0.6001.17014";
#elif NET_2_1
// Versions of .NET Framework for SilverLight
public const string FxVersion = "2.0.5.0";