]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Bump API version (chanrec::setby increased from NICKMAX to 128)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 11 Feb 2007 18:53:42 +0000 (18:53 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 11 Feb 2007 18:53:42 +0000 (18:53 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6573 e03df62e-2008-0410-955e-edbf42e46eb7

include/modules.h

index 8bc52b683db6b51acecf12570b1f20a96e1837bd..82fa4d2d50b6fecde7c60565b30b2ae170d55a4e 100644 (file)
@@ -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