/j and /join only prepend # when channel names start with letters or numbers
[quassel.git] / version.inc
index cb3734e..fc1e015 100644 (file)
@@ -3,7 +3,7 @@
 
 //! This is the fallback version number in case we can't autogenerate one
 quasselBaseVersion = "0.3.0-pre";
-protocolVersion = 3;       //< Version of the client/core protocol
+protocolVersion = 4;       //< Version of the client/core protocol
 
-coreNeedsProtocol   = 3;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 3;   //< Minimum protocol version the client needs
+coreNeedsProtocol   = 4;   //< Minimum protocol version the core needs
+clientNeedsProtocol = 4;   //< Minimum protocol version the client needs