From 2a5e6d416ff00d25230cee662b6e56e9a3d59f75 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 7 Jan 2007 21:37:06 +0000 Subject: And its all done and working! (note, we still need to test cache expiry) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6253 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules.h b/include/modules.h index 8c4b55a95..8bc52b683 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 11010 +#define NATIVE_API_VERSION 11011 #ifdef IPV6 #define API_VERSION (NATIVE_API_VERSION * 10) #else -- cgit v1.2.3