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:
authorBen Maurer <benm@mono-cvs.ximian.com>2004-05-02 20:35:08 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2004-05-02 20:35:08 +0400
commit2ec61ae5c64bc8b3525f83688b8f1714ecce16e6 (patch)
tree6d549be9ee4a7c7f15c0390e769176518a965675 /mcs/class/Mono.Http
parentab389f474f748ab76220c8e6711cf50d241ac581 (diff)
ver
svn path=/trunk/mcs/; revision=26548
Diffstat (limited to 'mcs/class/Mono.Http')
-rw-r--r--mcs/class/Mono.Http/Assembly/AssemblyInfo.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/mcs/class/Mono.Http/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Http/Assembly/AssemblyInfo.cs
index 256dc51a9ea..5d563f13ccd 100644
--- a/mcs/class/Mono.Http/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Mono.Http/Assembly/AssemblyInfo.cs
@@ -10,7 +10,13 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyVersion("1.0.0.0")]
+#if (NET_2_0)
+ [assembly: AssemblyVersion ("2.0.3600.0")]
+#elif (NET_1_1)
+ [assembly: AssemblyVersion ("1.0.5000.0")]
+#else
+ [assembly: AssemblyVersion ("1.0.3300.0")]
+#endif
[assembly: AssemblyTitle("Mono.Http.dll")]
[assembly: AssemblyDescription("Http and ASP.NET utilities")]
[assembly: AssemblyConfiguration("Development version")]