summaryrefslogtreecommitdiff
path: root/dotnet
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-01-14 15:20:52 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-01-14 15:20:52 +0000
commit7e73592fdbb0d1cd6a82e4a71678a3ffc0f393d7 (patch)
tree831ffca87b059b014e41b237b18fb2560d286001 /dotnet
parentccdef42a62b87b43318e20584fa7ffb1b92c417d (diff)
downloadqpid-python-7e73592fdbb0d1cd6a82e4a71678a3ffc0f393d7.tar.gz
Qpid-731: Fixed assembly version to reflect M2.1 as 2.1.0.0.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet')
-rw-r--r--dotnet/default.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet/default.build b/dotnet/default.build
index 543e5999d7..55d5d9b8a7 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -8,9 +8,9 @@
<property name="build.config" value="debug" />
<!-- Sets the build version accross all assemblies in the project. -->
- <property name="build.version.major" value="0"/>
- <property name="build.version.minor" value="2"/>
- <property name="build.version.build" value="1"/>
+ <property name="build.version.major" value="2"/>
+ <property name="build.version.minor" value="1"/>
+ <property name="build.version.build" value="0"/>
<property name="build.version.revision" value="0"/>
<property name="build.company" value="Apache"/>
<property name="build.copyright" value="Apache Software Foundation"/>