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:
-rw-r--r--mcs/build/common/ChangeLog5
-rw-r--r--mcs/build/common/Consts.cs.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/build/common/ChangeLog b/mcs/build/common/ChangeLog
index 051b3163a33..73cb661a6cb 100644
--- a/mcs/build/common/ChangeLog
+++ b/mcs/build/common/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
+
+ * Consts.cs.in: Update Silverlight's FxFileVersion to final
+ version number of Silverlight 2.
+
2008-08-20 Jb Evain <jbevain@novell.com>
* Consts.cs.in: add NET_3_0 case for wcf.
diff --git a/mcs/build/common/Consts.cs.in b/mcs/build/common/Consts.cs.in
index f5c23389283..0978cb30f51 100644
--- a/mcs/build/common/Consts.cs.in
+++ b/mcs/build/common/Consts.cs.in
@@ -66,7 +66,7 @@ internal
// Versions of .NET Framework for SilverLight
public const string FxVersion = "2.0.5.0";
public const string VsVersion = "9.0.0.0"; // TODO:
- public const string FxFileVersion = "2.0.30226.2";
+ public const string FxFileVersion = "2.0.31005.0";
public const string VsFileVersion = "9.0.50727.42"; // TODO:
#elif NET_2_0 || BOOTSTRAP_NET_2_0
// Versions of .NET Framework 2.0 RTM