X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=ebbb4756134e7f9142c6441cd473777c803ad8d9;hp=123dcfc2fcc3fe336ad5ab600f0955ecac96b988;hb=refs%2Fheads%2F0.2;hpb=5319f3fbe69a63d1599107e0fc77ae325e4a9b6d diff --git a/version.inc b/version.inc index 123dcfc2..ebbb4756 100644 --- a/version.inc +++ b/version.inc @@ -1,18 +1,9 @@ // Versioning, should be kept current :) // This is included in main.cpp -{ using namespace Global; +//! This is the fallback version number in case we can't autogenerate one +quasselBaseVersion = "0.2.0-rc2-pre"; +protocolVersion = 1; //< Version of the client/core protocol - quasselVersion = "0.2.0-alpha4-pre"; - quasselDate = "2008-03-18"; - quasselBuild = 642; - - //! Minimum client build number the core needs - clientBuildNeeded = 642; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 642; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 1; //< Minimum protocol version the core needs +clientNeedsProtocol = 1; //< Minimum protocol version the client needs