Make Highlight table select newly added rule
[quassel.git] / version.inc
index 92fc5fd..c350122 100644 (file)
@@ -1,9 +1,9 @@
-// Versioning, should be kept current :)
-// This is included in main.cpp
-
 //! This is the fallback version number in case we can't autogenerate one
-quasselBaseVersion = "0.3.0-pre";
-protocolVersion = 1;       //< Version of the client/core protocol
+baseVersion = "0.9-pre";
+
+protocolVersion = 10;       //< Version of the client/core protocol
+coreNeedsProtocol   = 10;   //< Minimum protocol version the core needs
+clientNeedsProtocol = 10;   //< Minimum protocol version the client needs
 
-coreNeedsProtocol   = 1;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 1;   //< Minimum protocol version the client needs
+distCommittish = $Format:%H$
+distCommitDate = $Format:%at$