summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2012-05-01 13:58:14 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2012-05-01 13:58:14 +0000
commitfe14ea31b0bf438cb78982867a9a55ac08ce86f2 (patch)
tree8a889ad1a71c52d22c5347f07efd5063bb010b31
parent608cc9a199f31487ac290b03dfbc6d90dfaf9e06 (diff)
downloadqpid-python-fe14ea31b0bf438cb78982867a9a55ac08ce86f2.tar.gz
QPID-3963: update cluster version.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332660 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/cluster/Cluster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/Cluster.cpp b/qpid/cpp/src/qpid/cluster/Cluster.cpp
index 799e9fc858..34aaf3d341 100644
--- a/qpid/cpp/src/qpid/cluster/Cluster.cpp
+++ b/qpid/cpp/src/qpid/cluster/Cluster.cpp
@@ -203,7 +203,7 @@ namespace arg=client::arg;
* Currently use SVN revision to avoid clashes with versions from
* different branches.
*/
-const uint32_t Cluster::CLUSTER_VERSION = 1207877;
+const uint32_t Cluster::CLUSTER_VERSION = 1332342;
struct ClusterDispatcher : public framing::AMQP_AllOperations::ClusterHandler {
qpid::cluster::Cluster& cluster;