Add support for adding a space when tab-completing mid-sentence
[quassel.git] / version.inc
index fb1f18d..b27ea65 100644 (file)
@@ -1,9 +1,9 @@
 //! This is the fallback version number in case we can't autogenerate one
-baseVersion = "0.3.1";
+baseVersion = "0.8-pre";
 
-protocolVersion = 7;       //< Version of the client/core protocol
-coreNeedsProtocol   = 7;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 7;   //< 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$