]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Add config <options:disablehmac> to support disabling of HMAC, and tidy up to detect...
[user/henk/code/inspircd.git] / include / modules.h
index c1e4bd239425814929c3f5f99e145c92f6121fd1..1f8f0fb5ed140d9bb7dd907cff303646553720e6 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 11018
+#define NATIVE_API_VERSION 11019
 #ifdef IPV6
 #define API_VERSION (NATIVE_API_VERSION * 10)
 #else