Add codec blacklist for UTF-8 detection
[quassel.git] / version.inc
index f445fd7..c350122 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.9-pre";
 
-protocolVersion = 8;       //< Version of the client/core protocol
-coreNeedsProtocol   = 8;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 8;   //< 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$