X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=92fc5fd5b8006d7b2db56c6695d118b4adf6168f;hp=cb1fb4d012b82365ad717a4eb1d6623e2ab26d81;hb=5d4f2b11c300d85ef0030575746db2f187bf21e7;hpb=a23256347cc47605dd0660127052846427bc998d diff --git a/version.inc b/version.inc index cb1fb4d0..92fc5fd5 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 = 1; //< Version of the client/core protocol - quasselVersion = "0.2.0-alpha3-pre"; - quasselDate = "2008-03-10"; - quasselBuild = 624; - - //! Minimum client build number the core needs - clientBuildNeeded = 620; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 620; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 1; //< Minimum protocol version the core needs +clientNeedsProtocol = 1; //< Minimum protocol version the client needs