X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=version.inc;h=fc1e01561eb7a4aaa63ed6739feeb157635e9f37;hb=8a630c9f7a01e24a2ae0d8aae8974d0b5509ad7d;hp=e45335a490d37e9b8526b8c081896d0e5172a56f;hpb=662054e37e36bd5c69e814b5f9ae467598001203;p=quassel.git diff --git a/version.inc b/version.inc index e45335a4..fc1e0156 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.3.0-pre"; +protocolVersion = 4; //< Version of the client/core protocol - quasselVersion = "0.2.0-alpha5-pre"; - quasselDate = "2008-04-05"; - quasselBuild = 702; - - //! Minimum client build number the core needs - clientBuildNeeded = 642; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 642; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 4; //< Minimum protocol version the core needs +clientNeedsProtocol = 4; //< Minimum protocol version the client needs