summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-17 20:13:31 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-17 20:13:31 +0000
commit7713634b1a5153c49fd39546eda649b2433ef2d0 (patch)
tree9c822100744d521ceb57831dec6c8ade045cdfe0 /include/modules.h
parentf911684c7da03ffaa0fbc5335dbe53d05dc05f71 (diff)
Bump API version
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6589 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 82fa4d2d5..24a1be91f 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 11012
+#define NATIVE_API_VERSION 11013
#ifdef IPV6
#define API_VERSION (NATIVE_API_VERSION * 10)
#else