diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-03-11 17:20:22 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-03-11 17:20:22 +0000 |
| commit | ebe764d4eb4d87395bb0379604ce6e453323ac27 (patch) | |
| tree | a1b0aafd84aae4c0c0434aee21d2151c70e333df | |
| parent | 135286d7862207640ccba02698308151ed0c738c (diff) | |
| download | qpid-python-ebe764d4eb4d87395bb0379604ce6e453323ac27.tar.gz | |
Update versions to 0.5
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752533 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | dotnet/client-010/default.build | 2 | ||||
| -rw-r--r-- | dotnet/default.build | 2 | ||||
| -rw-r--r-- | python/setup.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dotnet/client-010/default.build b/dotnet/client-010/default.build index 75eadf0a0c..3a99354e56 100644 --- a/dotnet/client-010/default.build +++ b/dotnet/client-010/default.build @@ -30,7 +30,7 @@ <!-- Sets build properties consistently accross all assemblies in the project. --> <property name="build.version.major" value="0"/> - <property name="build.version.minor" value="10"/> + <property name="build.version.minor" value="5"/> <property name="build.version.build" value="0"/> <property name="build.version.revision" value="0"/> <property name="build.company" value="Apache Software Foundation"/> diff --git a/dotnet/default.build b/dotnet/default.build index b450c2481b..bfd6ada094 100644 --- a/dotnet/default.build +++ b/dotnet/default.build @@ -30,7 +30,7 @@ <!-- Sets build properties consistently accross all assemblies in the project. --> <property name="build.version.major" value="0"/> - <property name="build.version.minor" value="3"/> + <property name="build.version.minor" value="5"/> <property name="build.version.build" value="0"/> <property name="build.version.revision" value="0"/> <property name="build.company" value="Apache Software Foundation"/> diff --git a/python/setup.py b/python/setup.py index a49fa6ca51..069cb14a3c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -19,7 +19,7 @@ # from distutils.core import setup -setup(name="qpid", version="0.1", packages=["qpid"], scripts=["amqp-doc"], - url="http://incubator.apache.org/qpid", +setup(name="qpid", version="0.5", packages=["qpid"], scripts=["amqp-doc"], + url="http://qpid.apache.org/", license="Apache Software License", description="Python language client implementation for Apache Qpid") |
