From 3d1cbea82fda0ba1988e4ef6fc7f9cb85568e4d6 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Thu, 19 Feb 2015 15:48:34 +0000 Subject: QPID-6359: Update version numbers on the 0.32 release branch git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1660917 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/QPID_VERSION.txt | 2 +- qpid/cpp/QPID_VERSION.txt | 2 +- qpid/cpp/docs/man/qpidd.1 | 2 +- qpid/extras/qmf/setup.py | 2 +- qpid/java/broker-core/src/main/java/broker.bnd | 2 +- qpid/java/client/src/main/java/client.bnd | 2 +- qpid/java/common/src/main/java/common.bnd | 2 +- qpid/java/management/common/src/main/java/management-common.bnd | 2 +- qpid/packaging/windows/INSTALL_NOTES.html | 8 ++++---- qpid/packaging/windows/installer.proj | 2 +- qpid/python/setup.py | 2 +- qpid/tests/setup.py | 2 +- qpid/tools/setup.py | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/qpid/QPID_VERSION.txt b/qpid/QPID_VERSION.txt index 48b9990e0b..00d0c14da8 100644 --- a/qpid/QPID_VERSION.txt +++ b/qpid/QPID_VERSION.txt @@ -1 +1 @@ -0.31 +0.32 diff --git a/qpid/cpp/QPID_VERSION.txt b/qpid/cpp/QPID_VERSION.txt index 48b9990e0b..00d0c14da8 100644 --- a/qpid/cpp/QPID_VERSION.txt +++ b/qpid/cpp/QPID_VERSION.txt @@ -1 +1 @@ -0.31 +0.32 diff --git a/qpid/cpp/docs/man/qpidd.1 b/qpid/cpp/docs/man/qpidd.1 index ad47fedba6..46b10af827 100644 --- a/qpid/cpp/docs/man/qpidd.1 +++ b/qpid/cpp/docs/man/qpidd.1 @@ -17,7 +17,7 @@ .\" under the License. .\" -.TH QPIDD "1" "August 2014" "qpidd (qpid-cpp) version 0.31" "User Commands" +.TH QPIDD "1" "August 2014" "qpidd (qpid-cpp) version 0.32" "User Commands" .SH NAME qpidd \- the Qpid AMQP Message Broker Daemon diff --git a/qpid/extras/qmf/setup.py b/qpid/extras/qmf/setup.py index 2190b6e11e..cfbad91bdf 100755 --- a/qpid/extras/qmf/setup.py +++ b/qpid/extras/qmf/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name="qpid-qmf", - version="0.31", + version="0.32", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["qmf"], diff --git a/qpid/java/broker-core/src/main/java/broker.bnd b/qpid/java/broker-core/src/main/java/broker.bnd index 23a43114d8..5693fd6fa2 100755 --- a/qpid/java/broker-core/src/main/java/broker.bnd +++ b/qpid/java/broker-core/src/main/java/broker.bnd @@ -17,7 +17,7 @@ # under the License. # -ver: 0.31.0 +ver: 0.32.0 Bundle-SymbolicName: qpid-broker Bundle-Version: ${ver} diff --git a/qpid/java/client/src/main/java/client.bnd b/qpid/java/client/src/main/java/client.bnd index 997f1e2d42..0662163113 100755 --- a/qpid/java/client/src/main/java/client.bnd +++ b/qpid/java/client/src/main/java/client.bnd @@ -17,7 +17,7 @@ # under the License. # -ver: 0.31.0 +ver: 0.32.0 Bundle-SymbolicName: qpid-client Bundle-Version: ${ver} diff --git a/qpid/java/common/src/main/java/common.bnd b/qpid/java/common/src/main/java/common.bnd index cf06218370..e2369a155b 100755 --- a/qpid/java/common/src/main/java/common.bnd +++ b/qpid/java/common/src/main/java/common.bnd @@ -17,7 +17,7 @@ # under the License. # -ver: 0.31.0 +ver: 0.32.0 Bundle-SymbolicName: qpid-common Bundle-Version: ${ver} diff --git a/qpid/java/management/common/src/main/java/management-common.bnd b/qpid/java/management/common/src/main/java/management-common.bnd index bf54effad9..2c88c4445e 100644 --- a/qpid/java/management/common/src/main/java/management-common.bnd +++ b/qpid/java/management/common/src/main/java/management-common.bnd @@ -17,7 +17,7 @@ # under the License. # -ver: 0.31.0 +ver: 0.32.0 Bundle-SymbolicName: qpid-management-common Bundle-Version: ${ver} diff --git a/qpid/packaging/windows/INSTALL_NOTES.html b/qpid/packaging/windows/INSTALL_NOTES.html index be3acbd4b5..e4990ec85f 100644 --- a/qpid/packaging/windows/INSTALL_NOTES.html +++ b/qpid/packaging/windows/INSTALL_NOTES.html @@ -1,11 +1,11 @@ -Apache Qpid C++ 0.31 Installation Notes +Apache Qpid C++ 0.32 Installation Notes -

Apache Qpid C++ 0.31 Installation Notes

+

Apache Qpid C++ 0.32 Installation Notes

-

Thank you for installing Apache Qpid version 0.31 for Windows. +

Thank you for installing Apache Qpid version 0.32 for Windows. If the requisite features were installed, you can now run a broker, use the example programs, and design your own messaging programs while reading the Qpid C++ API reference documentation.

@@ -83,7 +83,7 @@ default; therefore, to gain support for durable items the persistence plugin must be loaded into the broker. This can be done using the --load-module option to load the needed plugins. For example:
-cd "C:\Program Files\Apache\qpidc-0.31"
+cd "C:\Program Files\Apache\qpidc-0.32"
 qpidd.exe --load-module plugins\broker\store.dll --load-module plugins\broker\msclfs_store.dll
 
The --load-module option can also take a full path. The option diff --git a/qpid/packaging/windows/installer.proj b/qpid/packaging/windows/installer.proj index 27ee05e2f5..6cae2ac24f 100644 --- a/qpid/packaging/windows/installer.proj +++ b/qpid/packaging/windows/installer.proj @@ -32,7 +32,7 @@ $(MSBuildProjectDirectory)\..\.. $(MSBuildProjectDirectory)\stage 32 - 0.31 + 0.32 qpidc Package C:\Program Files (x86)\Windows Installer XML v3.5\bin diff --git a/qpid/python/setup.py b/qpid/python/setup.py index 9b71a98536..f45058b627 100755 --- a/qpid/python/setup.py +++ b/qpid/python/setup.py @@ -298,7 +298,7 @@ class install_lib(_install_lib): return outfiles + extra setup(name="qpid-python", - version="0.31", + version="0.32", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", diff --git a/qpid/tests/setup.py b/qpid/tests/setup.py index 39d37bc69e..de67442b98 100755 --- a/qpid/tests/setup.py +++ b/qpid/tests/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name="qpid-tests", - version="0.31", + version="0.32", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["qpid_tests", "qpid_tests.broker_0_10", "qpid_tests.broker_0_9", diff --git a/qpid/tools/setup.py b/qpid/tools/setup.py index aa075757f9..ec5535125f 100755 --- a/qpid/tools/setup.py +++ b/qpid/tools/setup.py @@ -34,7 +34,7 @@ containing QMF commands to the Qpid broker. """ setup(name="qpid-tools", - version="0.31", + version="0.32", author="Apache Qpid", author_email="dev@qpid.apache.org", package_dir={'' : 'src/py'}, -- cgit v1.2.1