diff options
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |