raise protocol version to 32

make it easier to spot unpatched servers
This commit is contained in:
Andrew Tridgell
2024-12-10 13:34:01 +11:00
parent 0590b09d9a
commit 536ae3f4ef

View File

@@ -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