fixing wrong positioning of items (fixes overlapping daychange bug)
[quassel.git] / version.inc
1 // Versioning, should be kept current :)
2 // This is included in main.cpp
3
4 //! This is the fallback version number in case we can't autogenerate one
5 quasselBaseVersion = "0.3.0";
6 protocolVersion = 5;       //< Version of the client/core protocol
7
8 coreNeedsProtocol   = 5;   //< Minimum protocol version the core needs
9 clientNeedsProtocol = 5;   //< Minimum protocol version the client needs