From 7ebca9a1b737591d7f461ef8f812bbee53e70a97 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 25 Jun 2015 10:54:39 +0000 Subject: NO-JIRA: update version numbers/dates git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-cpp-0.34-rc/qpid@1687472 13f79535-47bb-0310-9956-ffa450edef68 --- QPID_VERSION.txt | 2 +- cpp/QPID_VERSION.txt | 2 +- cpp/docs/man/qpidd.1 | 2 +- extras/qmf/setup.py | 2 +- packaging/windows/INSTALL_NOTES.html | 8 ++++---- packaging/windows/installer.proj | 2 +- python/setup.py | 2 +- tests/setup.py | 2 +- tools/setup.py | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/QPID_VERSION.txt b/QPID_VERSION.txt index 94b357edfe..61d2f35767 100644 --- a/QPID_VERSION.txt +++ b/QPID_VERSION.txt @@ -1 +1 @@ -0.33 +0.34 diff --git a/cpp/QPID_VERSION.txt b/cpp/QPID_VERSION.txt index 94b357edfe..61d2f35767 100644 --- a/cpp/QPID_VERSION.txt +++ b/cpp/QPID_VERSION.txt @@ -1 +1 @@ -0.33 +0.34 diff --git a/cpp/docs/man/qpidd.1 b/cpp/docs/man/qpidd.1 index ad47fedba6..777fb8edf1 100644 --- a/cpp/docs/man/qpidd.1 +++ b/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" "June 2015" "qpidd (qpid-cpp) version 0.34" "User Commands" .SH NAME qpidd \- the Qpid AMQP Message Broker Daemon diff --git a/extras/qmf/setup.py b/extras/qmf/setup.py index 2190b6e11e..717f9355b3 100755 --- a/extras/qmf/setup.py +++ b/extras/qmf/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name="qpid-qmf", - version="0.31", + version="0.34", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["qmf"], diff --git a/packaging/windows/INSTALL_NOTES.html b/packaging/windows/INSTALL_NOTES.html index be3acbd4b5..e826e67d33 100644 --- a/packaging/windows/INSTALL_NOTES.html +++ b/packaging/windows/INSTALL_NOTES.html @@ -1,11 +1,11 @@ -Apache Qpid C++ 0.31 Installation Notes +Apache Qpid C++ 0.34 Installation Notes -

Apache Qpid C++ 0.31 Installation Notes

+

Apache Qpid C++ 0.34 Installation Notes

-

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

Thank you for installing Apache Qpid version 0.34 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.34"
 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/packaging/windows/installer.proj b/packaging/windows/installer.proj index 27ee05e2f5..a15945772a 100644 --- a/packaging/windows/installer.proj +++ b/packaging/windows/installer.proj @@ -32,7 +32,7 @@ $(MSBuildProjectDirectory)\..\.. $(MSBuildProjectDirectory)\stage 32 - 0.31 + 0.34 qpidc Package C:\Program Files (x86)\Windows Installer XML v3.5\bin diff --git a/python/setup.py b/python/setup.py index 9b71a98536..9ac9adec99 100755 --- a/python/setup.py +++ b/python/setup.py @@ -298,7 +298,7 @@ class install_lib(_install_lib): return outfiles + extra setup(name="qpid-python", - version="0.31", + version="0.34", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", diff --git a/tests/setup.py b/tests/setup.py index 39d37bc69e..913b2a67c2 100755 --- a/tests/setup.py +++ b/tests/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name="qpid-tests", - version="0.31", + version="0.34", 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/tools/setup.py b/tools/setup.py index aa075757f9..c1d21d0287 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -34,7 +34,7 @@ containing QMF commands to the Qpid broker. """ setup(name="qpid-tools", - version="0.31", + version="0.34", author="Apache Qpid", author_email="dev@qpid.apache.org", package_dir={'' : 'src/py'}, -- cgit v1.2.1