X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=9bf1e7b30b242d92f0f3eef02f2a0d024b6fa7bc;hb=8341e2e133c8046c79ec86d3b0dd57e0d4a3c15c;hp=0b5237cb3f6e718f1fcccf22b6f0283be87c0b79;hpb=16923dbe3a43fc11e903639cc026063c38aaad37;p=quassel.git diff --git a/version.inc b/version.inc index 0b5237cb..9bf1e7b3 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-beta2-pre"; +protocolVersion = 1; //< Version of the client/core protocol - quasselVersion = "0.2.0-beta2-pre"; - quasselDate = "2008-05-26"; - quasselBuild = 859; - - //! Minimum client build number the core needs - clientBuildNeeded = 731; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 731; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 1; //< Minimum protocol version the core needs +clientNeedsProtocol = 1; //< Minimum protocol version the client needs