Getting rid of empty/ghost server buffers
[quassel.git] / version.inc
index fc1e015..c2f9d98 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 = 4;       //< Version of the client/core protocol
+baseVersion = "0.5-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   = 4;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 4;   //< Minimum protocol version the client needs
+distCommittish = $Format:%H$
+distCommitDate = $Format:%at$