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
commitfebb3748937d9cf75dd0fd4cdd33d144f790fa54 (patch)
treeb00f77fdb7adcd9d4704af1b990366bfcdf41dd6
parent67417b1cd54d9fba9d41001ea56cb9e5c8d9743f (diff)
downloadqpid-python-febb3748937d9cf75dd0fd4cdd33d144f790fa54.tar.gz
QPID-3963: update cluster version.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1332660 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/qpid/cluster/Cluster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp
index 799e9fc858..34aaf3d341 100644
--- a/cpp/src/qpid/cluster/Cluster.cpp
+++ b/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;