Properly return pointers for IrcUserRole and IrcChannelRole
[quassel.git] / version.inc
index d641931..fb1f18d 100644 (file)
@@ -1,9 +1,9 @@
 //! This is the fallback version number in case we can't autogenerate one
 baseVersion = "0.3.1";
 
-protocolVersion = 6;       //< Version of the client/core protocol
-coreNeedsProtocol   = 6;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 6;   //< Minimum protocol version the client needs
+protocolVersion = 7;       //< Version of the client/core protocol
+coreNeedsProtocol   = 7;   //< Minimum protocol version the core needs
+clientNeedsProtocol = 7;   //< Minimum protocol version the client needs
 
 distCommittish = $Format:%H$
 distCommitDate = $Format:%at$