diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-12 16:10:40 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-13 16:20:49 +0200 |
commit | debe102133f478e2fbff597f6da92215bb8c2524 (patch) | |
tree | 652ff2bdf2ce45eb9473a8ba757c95c0ffaae040 /src/modules/m_spanningtree/main.h | |
parent | b98acac5c91ecb08da28d70185818a19991eb1db (diff) |
m_spanningtree Bump protocol version and remove unused CAPAB CAPABILITIES entries
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
-rw-r--r-- | src/modules/m_spanningtree/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index 937e908d3..8cc2d984f 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -34,7 +34,7 @@ * Failure to document your protocol changes will result in a painfully * painful death by pain. You have been warned. */ -const long ProtocolVersion = 1202; +const long ProtocolVersion = 1205; const long MinCompatProtocol = 1202; /** Forward declarations |