X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=7c981c8bcbc7674c3c8f78f3b0d63a2bd124756a;hb=52df0969e22249e6758714eec9e5afd7d4fe9b83;hp=16c1d3caa9c0abfea4fa4853508b0af17a259bbf;hpb=cb8e83ba5b400cf6957b92b3fc511c5e8369f0ee;p=quassel.git diff --git a/version.inc b/version.inc index 16c1d3ca..7c981c8b 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 = 2; //< Version of the client/core protocol - quasselVersion = "0.2.0-pre"; - quasselDate = "2008-02-19"; - quasselBuild = 559; - - //! Minimum client build number the core needs - clientBuildNeeded = 559; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 559; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 2; //< Minimum protocol version the core needs +clientNeedsProtocol = 2; //< Minimum protocol version the client needs