File rsync-protocol-version-32.patch of Package rsync.38013
Index: rsync-3.2.3/rsync.h =================================================================== --- rsync-3.2.3.orig/rsync.h +++ rsync-3.2.3/rsync.h @@ -110,7 +110,7 @@ == ((unsigned)(b2) & (unsigned)(mask))) /* update this if you make incompatible changes */ -#define PROTOCOL_VERSION 31 +#define PROTOCOL_VERSION 32 /* This is used when working on a new protocol version in CVS, and should * be a new non-zero value for each CVS change that affects the protocol.