]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Bump ABI version and protocol version. Note that this really means 1.1 and 1.2 are...
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 26 Aug 2007 21:59:41 +0000 (21:59 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 26 Aug 2007 21:59:41 +0000 (21:59 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7844 e03df62e-2008-0410-955e-edbf42e46eb7

include/modules.h
src/modules/m_spanningtree/main.h

index e38acd5b471dcde835d346f1b2a97737b7d091f6..df857d506b67a6465041a178935467a93786ef7b 100644 (file)
@@ -81,7 +81,7 @@ enum MessageType {
  * ipv4 servers, so this value will be ten times as
  * high on ipv6 servers.
  */
-#define NATIVE_API_VERSION 11025
+#define NATIVE_API_VERSION 12000
 #ifdef IPV6
 #define API_VERSION (NATIVE_API_VERSION * 10)
 #else
index dd4f70f0f5834a04bfd8b33f8ea6f889fa1daf45..41961dc099096adeb5445ff30bfeb977758294ec 100644 (file)
@@ -27,7 +27,7 @@
  * Failure to document your protocol changes will result in a painfully
  * painful death by pain. You have been warned.
  */
-const long ProtocolVersion = 1105;
+const long ProtocolVersion = 1200;
 
 /** Forward declarations
  */