Repository: qpid-cpp Updated Branches: refs/heads/master 1f8acbd98 -> 97afe01e2
QPID-7584: update versions etc for 1.37.0(-SNAPSHOT) on master Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/97afe01e Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/97afe01e Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/97afe01e Branch: refs/heads/master Commit: 97afe01e2b621d8e241be0bc74e035635d86f923 Parents: 1f8acbd Author: Robert Gemmell <[email protected]> Authored: Fri Dec 9 17:18:19 2016 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Dec 9 17:18:19 2016 +0000 ---------------------------------------------------------------------- VERSION.txt | 2 +- docs/man/qpidd.1 | 2 +- management/python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/97afe01e/VERSION.txt ---------------------------------------------------------------------- diff --git a/VERSION.txt b/VERSION.txt index aa69911..7991f09 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.36.0-SNAPSHOT +1.37.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/97afe01e/docs/man/qpidd.1 ---------------------------------------------------------------------- diff --git a/docs/man/qpidd.1 b/docs/man/qpidd.1 index 9ea4a3d..611f755 100644 --- a/docs/man/qpidd.1 +++ b/docs/man/qpidd.1 @@ -17,7 +17,7 @@ .\" under the License. .\" -.TH QPIDD "1" "August 2016" "qpidd (qpid-cpp) version 1.36.0" "User Commands" +.TH QPIDD "1" "December 2016" "qpidd (qpid-cpp) version 1.37.0" "User Commands" .SH NAME qpidd \- the Qpid AMQP Message Broker Daemon http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/97afe01e/management/python/setup.py ---------------------------------------------------------------------- diff --git a/management/python/setup.py b/management/python/setup.py index 90d03be..b350e98 100755 --- a/management/python/setup.py +++ b/management/python/setup.py @@ -57,7 +57,7 @@ if platform.system() == "Windows": scripts.append("bin/qpid-tool.bat") setup(name="qpid-tools", - version="1.36.0", + version="1.37.0", author="Apache Qpid", author_email="[email protected]", package_dir={'' : 'lib'}, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
