summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-05 17:55:22 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-05 19:03:14 +0000
commit534fe7aaca2d0e6048e92c6c76e455c5c972ad85 (patch)
tree73bb9fc3fc33c902f4c84c37e986c01e3bee797d
parenta030d421d3a79ff26d8ce4356ab1eec6dbc0bca5 (diff)
downloadmorph-534fe7aaca2d0e6048e92c6c76e455c5c972ad85.tar.gz
Update distbuild protocol version to 3
Commit 84096556ea54d4af236f1fe5f7ccf61c1343016f changed the protocol without changing the protocol version. Versions of Morph between that one and this one may hang forever in 'morph distbuild' if trying to build on an incompatible distbuild network. Change-Id: I9194657f59a4b4a61a6fde7bd85105b56ca1a78d
-rw-r--r--distbuild/protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distbuild/protocol.py b/distbuild/protocol.py
index eab16141..8de60ba4 100644
--- a/distbuild/protocol.py
+++ b/distbuild/protocol.py
@@ -22,7 +22,7 @@
# time a change is introduced that would break server/initiator compatibility
-VERSION = 2
+VERSION = 3
_required_fields = {