summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-30 04:29:46 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-30 04:29:46 +0000
commitaae43eb38f8c49c8ac675f8269b06d11a72bd10e (patch)
treed3970e5058d47dfa392aed5fc35ca7c3de7f3a2d /rsync.h
parentdc5ddbccace1f4f37d57ce5d961117effc28a356 (diff)
downloadrsync-aae43eb38f8c49c8ac675f8269b06d11a72bd10e.tar.gz
rsync-aae43eb38f8c49c8ac675f8269b06d11a72bd10e.tar.bz2
rsync-aae43eb38f8c49c8ac675f8269b06d11a72bd10e.zip
added checksum seed
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index 45e1e7f3..98d801c9 100644
--- a/rsync.h
+++ b/rsync.h
@@ -34,7 +34,7 @@
#define SAME_TIME (1<<7)
/* update this if you make incompatible changes */
-#define PROTOCOL_VERSION 11
+#define PROTOCOL_VERSION 12
#define MIN_PROTOCOL_VERSION 10
#define MAX_PROTOCOL_VERSION 20