diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:53:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:53:42 +0000 |
commit | d28a7485a2a0b225323b465b1d209376cde5b72c (patch) | |
tree | 0f5ae67851e09da88e8d5d6b2b828c3958f80ac0 /include/modules.h | |
parent | b111eec597349ad2dc7d4b54945097df813535b4 (diff) |
Bump API version (chanrec::setby increased from NICKMAX to 128)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6573 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-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 8bc52b683..82fa4d2d5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -75,7 +75,7 @@ enum MessageType { * ipv4 servers, so this value will be ten times as * high on ipv6 servers. */ -#define NATIVE_API_VERSION 11011 +#define NATIVE_API_VERSION 11012 #ifdef IPV6 #define API_VERSION (NATIVE_API_VERSION * 10) #else |