X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=c350122b0bd4ba451115dd2cb81ba7fe6c0c1d40;hp=fc54420bb40b559a00b1cfac8f87111c36db75e5;hb=68ee619cbd98ba95c12efb12a7d32d5ca567b40e;hpb=7a67b37e12ae8c1e7b0eea2063e071fda8ba8aee diff --git a/version.inc b/version.inc index fc54420b..c350122b 100644 --- a/version.inc +++ b/version.inc @@ -1,18 +1,9 @@ -// Versioning, should be kept current :) -// This is included in main.cpp +//! This is the fallback version number in case we can't autogenerate one +baseVersion = "0.9-pre"; -{ using namespace Global; +protocolVersion = 10; //< Version of the client/core protocol +coreNeedsProtocol = 10; //< Minimum protocol version the core needs +clientNeedsProtocol = 10; //< Minimum protocol version the client needs - quasselVersion = "0.2.0-beta1-pre"; - quasselDate = "2008-04-29"; - quasselBuild = 797; - - //! Minimum client build number the core needs - clientBuildNeeded = 731; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 731; - coreVersionNeeded = quasselVersion; - -} +distCommittish = $Format:%H$ +distCommitDate = $Format:%at$