c2f9d98952706acf248d1dcaad1746b3423d8ae2
[quassel.git] / version.inc
1 //! This is the fallback version number in case we can't autogenerate one
2 baseVersion = "0.5-pre";
3
4 protocolVersion = 10;       //< Version of the client/core protocol
5 coreNeedsProtocol   = 10;   //< Minimum protocol version the core needs
6 clientNeedsProtocol = 10;   //< Minimum protocol version the client needs
7
8 distCommittish = $Format:%H$
9 distCommitDate = $Format:%at$