diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-08-21 17:26:40 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-08-21 17:26:40 +0000 |
| commit | c6c237e2450250a6ef18c5af93e2a733aba10932 (patch) | |
| tree | ed6dfd6f6ec2c16c3a7b437c5ed8616d5154d391 /dotnet | |
| parent | a4d8ef3830256d748134b60247da34ae6368bf20 (diff) | |
| download | qpid-python-c6c237e2450250a6ef18c5af93e2a733aba10932.tar.gz | |
Update version, NOTICE files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@687807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet')
| -rw-r--r-- | dotnet/NOTICE.txt | 8 | ||||
| -rw-r--r-- | dotnet/default.build | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dotnet/NOTICE.txt b/dotnet/NOTICE.txt index 910974b01c..0b22ed3ab2 100644 --- a/dotnet/NOTICE.txt +++ b/dotnet/NOTICE.txt @@ -23,4 +23,10 @@ This product also includes software developed by: - The Mentalis Security Library, Copyright © 2002-2006, , The Mentalis.org Team under tterms based on the BSD license (http://www.mentalis.org/site/license.qpx). - Available from http://www.mentalis.org/soft/projects/seclib/
\ No newline at end of file + Available from http://www.mentalis.org/soft/projects/seclib/ + +This product includes software, Apache Log4Net +(http://logging.apache.org/log4net) +License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0) + + diff --git a/dotnet/default.build b/dotnet/default.build index 52a67ff638..f719d82c80 100644 --- a/dotnet/default.build +++ b/dotnet/default.build @@ -8,8 +8,8 @@ <property name="build.config" value="debug" />
<!-- Sets build properties consistently accross all assemblies in the project. -->
- <property name="build.version.major" value="2"/>
- <property name="build.version.minor" value="1"/>
+ <property name="build.version.major" value="0"/>
+ <property name="build.version.minor" value="3"/>
<property name="build.version.build" value="0"/>
<property name="build.version.revision" value="0"/>
<property name="build.company" value="Apache Software Foundation"/>
|
