Author: spouliot
Date: 2005-10-28 09:44:12 -0400 (Fri, 28 Oct 2005)
New Revision: 52318

Modified:
   trunk/mcs/build/common/ChangeLog
   trunk/mcs/build/common/Consts.cs.in
Log:
2005-10-28  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
        require it (for AssemblyFileVersion).



Modified: trunk/mcs/build/common/ChangeLog
===================================================================
--- trunk/mcs/build/common/ChangeLog    2005-10-28 13:32:04 UTC (rev 52317)
+++ trunk/mcs/build/common/ChangeLog    2005-10-28 13:44:12 UTC (rev 52318)
@@ -1,3 +1,8 @@
+2005-10-28  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
+       require it (for AssemblyFileVersion).
+
 2005-09-21  Kornél Pál  <[EMAIL PROTECTED]>
 
        * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs 
bug

Modified: trunk/mcs/build/common/Consts.cs.in
===================================================================
--- trunk/mcs/build/common/Consts.cs.in 2005-10-28 13:32:04 UTC (rev 52317)
+++ trunk/mcs/build/common/Consts.cs.in 2005-10-28 13:44:12 UTC (rev 52318)
@@ -53,6 +53,7 @@
 #if NET_2_0 || BOOTSTRAP_NET_2_0
        public const string FxVersion = "2.0.0.0";
        public const string VsVersion = "8.0.0.0";
+       public const string RuntimeVersion = "2.0.50727.42";
 #elif NET_1_1 || TARGET_JVM
        public const string FxVersion = "1.0.5000.0";
        public const string VsVersion = "7.0.5000.0";

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to