]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Documentation change to indicate errno is valid on return from the constructor -...
[user/henk/code/inspircd.git] / include / modules.h
index 8c4b55a95b36be0f7ecdd996f01a0d54e0b3c8c9..8bc52b683db6b51acecf12570b1f20a96e1837bd 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 11011
 #ifdef IPV6
 #define API_VERSION (NATIVE_API_VERSION * 10)
 #else