diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-26 21:59:41 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-26 21:59:41 +0000 |
commit | ca2a909147d2409742e5d895e049ae46f94f5f3a (patch) | |
tree | 76922e7e3f2677a2d76e0d7544bdb4a95038e262 /include | |
parent | 3f528f4c934190b44c4d1a363c17e3d0cb5da77f (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 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 |