]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
raise protocol version to 32
authorAndrew Tridgell <andrew@tridgell.net>
Tue, 10 Dec 2024 02:34:01 +0000 (13:34 +1100)
committerAndrew Tridgell <andrew@tridgell.net>
Tue, 14 Jan 2025 18:30:32 +0000 (05:30 +1100)
make it easier to spot unpatched servers

rsync.h

diff --git a/rsync.h b/rsync.h
index b9a7101a7d450d7b6b72aa4e351b97db1e6157d0..9be1297bdd29d2b8738b793dd98f71af3c0ad4b0 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 
 /* 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