]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Bump API version (chanrec::setby increased from NICKMAX to 128)
[user/henk/code/inspircd.git] / include / modules.h
index 8c4b55a95b36be0f7ecdd996f01a0d54e0b3c8c9..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 11010
+#define NATIVE_API_VERSION 11012
 #ifdef IPV6
 #define API_VERSION (NATIVE_API_VERSION * 10)
 #else