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:
authorRolf Bjarne Kvinge <RKvinge@novell.com>2008-11-25 11:56:26 +0300
committerRolf Bjarne Kvinge <RKvinge@novell.com>2008-11-25 11:56:26 +0300
commit2f64787ac1152ae5629ccb24c8cc5add81381ba4 (patch)
tree4bbba2654ffc42c4f8e696b3ce5507ad2357c272 /mcs/build
parentaff6d9eae7b8f034aa3ee2d958a6aed51b182636 (diff)
2008-11-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Consts.cs.in: Update Silverlight's FxFileVersion to final version number of Silverlight 2. svn path=/trunk/mcs/; revision=119934
Diffstat (limited to 'mcs/build')
-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