From: w00t Date: Sun, 26 Aug 2007 21:59:41 +0000 (+0000) Subject: Bump ABI version and protocol version. Note that this really means 1.1 and 1.2 are... X-Git-Tag: v2.0.23~4733 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ca2a909147d2409742e5d895e049ae46f94f5f3a;p=user%2Fhenk%2Fcode%2Finspircd.git Bump ABI version and protocol version. Note that this really means 1.1 and 1.2 are diverged now, and won't link/load modules of each other. This is in preperation for me (possibly) messing with UID in trunk. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7844 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 */