2008-03-13 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Thu, 13 Mar 2008 13:51:54 +0000 (13:51 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Thu, 13 Mar 2008 13:51:54 +0000 (13:51 -0000)
* AssemblyInfo.cs: version changed to 3.5.0.0 for the 3.5
profile.

svn path=/trunk/mcs/; revision=98146

mcs/class/System.Web.Extensions/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Extensions/Assembly/ChangeLog

index 578fa4f9cf605b9eb93e9d8b2774ca2771aac212..bbce7a972d57451b20fcf290b829d4e6a0bd5815 100644 (file)
@@ -37,8 +37,8 @@ using System.Security;
 
 // General Information about the System.Web.Extensions assembly
 #if NET_3_5
-[assembly: AssemblyVersion ("3.6.0.0")]
-[assembly: AssemblyInformationalVersion ("3.6.0.0")]
+[assembly: AssemblyVersion ("3.5.0.0")]
+[assembly: AssemblyInformationalVersion ("3.5.0.0")]
 #else
 [assembly: AssemblyVersion ("1.0.61025.0")]
 [assembly: AssemblyInformationalVersion ("1.0.61025.0")]
index 17eecb074296cb764be08d531fdcceb18d91c53b..ad7cc534bd74f5a4a14d037d8c41d69ea8c463aa 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-13  Marek Habersack  <mhabersack@novell.com>
+
+       * AssemblyInfo.cs: version changed to 3.5.0.0 for the 3.5
+       profile.
+
 2008-03-12  Marek Habersack  <mhabersack@novell.com>
 
        * AssemblyInfo.cs: use version 3.6.0.0 for the 3.5 profile, as