From: Andrew Tridgell Date: Tue, 10 Dec 2024 02:34:01 +0000 (+1100) Subject: raise protocol version to 32 X-Git-Tag: v3.4.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=536ae3f4efbcd95bee1f9794bbeceb50ba5f0dba;p=thirdparty%2Frsync.git raise protocol version to 32 make it easier to spot unpatched servers --- diff --git a/rsync.h b/rsync.h index b9a7101a..9be1297b 100644 --- a/rsync.h +++ b/rsync.h @@ -111,7 +111,7 @@ /* Update this if you make incompatible changes and ALSO update the * SUBPROTOCOL_VERSION if it is not a final (official) release. */ -#define PROTOCOL_VERSION 31 +#define PROTOCOL_VERSION 32 /* This is used when working on a new protocol version or for any unofficial * protocol tweaks. It should be a non-zero value for each pre-release repo