diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-30 04:29:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-30 04:29:46 +0000 |
commit | aae43eb38f8c49c8ac675f8269b06d11a72bd10e (patch) | |
tree | d3970e5058d47dfa392aed5fc35ca7c3de7f3a2d /rsync.h | |
parent | dc5ddbccace1f4f37d57ce5d961117effc28a356 (diff) | |
download | rsync-aae43eb38f8c49c8ac675f8269b06d11a72bd10e.tar.gz rsync-aae43eb38f8c49c8ac675f8269b06d11a72bd10e.tar.bz2 rsync-aae43eb38f8c49c8ac675f8269b06d11a72bd10e.zip |
added checksum seed
Diffstat (limited to 'rsync.h')
-rw-r--r-- | rsync.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |