diff options
-rw-r--r-- | include/modules.h | 2 | ||||
-rw-r--r-- | src/modules/m_spanningtree/main.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index e38acd5b4..df857d506 100644 --- a/include/modules.h +++ b/include/modules.h @@ -81,7 +81,7 @@ enum MessageType { * ipv4 servers, so this value will be ten times as * high on ipv6 servers. */ -#define NATIVE_API_VERSION 11025 +#define NATIVE_API_VERSION 12000 #ifdef IPV6 #define API_VERSION (NATIVE_API_VERSION * 10) #else diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index dd4f70f0f..41961dc09 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -27,7 +27,7 @@ * Failure to document your protocol changes will result in a painfully * painful death by pain. You have been warned. */ -const long ProtocolVersion = 1105; +const long ProtocolVersion = 1200; /** Forward declarations */ |