updating the protocol version
authorMarcus Eggenberger <egs@quassel-irc.org>
Sat, 29 Nov 2008 15:35:00 +0000 (16:35 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sat, 29 Nov 2008 15:42:39 +0000 (16:42 +0100)
version.inc

index dd80f3b..d641931 100644 (file)
@@ -1,9 +1,9 @@
 //! This is the fallback version number in case we can't autogenerate one
 baseVersion = "0.3.1";
 
-protocolVersion = 5;       //< Version of the client/core protocol
-coreNeedsProtocol   = 5;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 5;   //< Minimum protocol version the client needs
+protocolVersion = 6;       //< Version of the client/core protocol
+coreNeedsProtocol   = 6;   //< Minimum protocol version the core needs
+clientNeedsProtocol = 6;   //< Minimum protocol version the client needs
 
 distCommittish = $Format:%H$
 distCommitDate = $Format:%at$