Notification backends now can emit a signal activated() that tells MainWin to raise...
[quassel.git] / version.inc
index 7c981c8..431b92e 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 = 2;       //< Version of the client/core protocol
+baseVersion = "0.3.1";
+
+protocolVersion = 9;       //< Version of the client/core protocol
+coreNeedsProtocol   = 9;   //< Minimum protocol version the core needs
+clientNeedsProtocol = 9;   //< Minimum protocol version the client needs
 
-coreNeedsProtocol   = 2;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 2;   //< Minimum protocol version the client needs
+distCommittish = $Format:%H$
+distCommitDate = $Format:%at$