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:
authorSebastien Pouliot <sebastien@ximian.com>2005-05-06 21:59:03 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-05-06 21:59:03 +0400
commit592950b2b6dac6bffcc4bc5ca697ff0b50584196 (patch)
tree003d34f404eb5fc3a99fbb2dc1f180d62e3fa0cc /mcs/class/IBM.Data.DB2
parentafd931c157c9c34b06c3bdf33ccafc4370bde8d9 (diff)
Avoid filling the GAC with almost identical versions of the same assembly.
svn path=/trunk/mcs/; revision=44153
Diffstat (limited to 'mcs/class/IBM.Data.DB2')
-rw-r--r--mcs/class/IBM.Data.DB2/Assembly/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/IBM.Data.DB2/Assembly/AssemblyInfo.cs b/mcs/class/IBM.Data.DB2/Assembly/AssemblyInfo.cs
index 37001d35543..0f157445025 100644
--- a/mcs/class/IBM.Data.DB2/Assembly/AssemblyInfo.cs
+++ b/mcs/class/IBM.Data.DB2/Assembly/AssemblyInfo.cs
@@ -47,7 +47,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyDelaySign (true)]
[assembly: AssemblyKeyFile ("ibm.pub")]