Adjust URL RegEx to allow for domain names ending with a dot.
[quassel.git] / version.inc
index cb3734e..6c7dc46 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
 //! 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
+baseVersion = "0.6-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   = 3;   //< Minimum protocol version the core needs
-clientNeedsProtocol = 3;   //< Minimum protocol version the client needs
+distCommittish = $Format:%H$
+distCommitDate = $Format:%at$