Protocol version bump
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 24 Aug 2009 16:44:25 +0000 (18:44 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 24 Aug 2009 19:54:07 +0000 (21:54 +0200)
Yes that means I just broke client core compatibility :)

version.inc

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