X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=c350122b0bd4ba451115dd2cb81ba7fe6c0c1d40;hb=d0e05ae564164f9bd5459f4062b2d72ba8c90980;hp=872ce98c4d01979b8a3b2dd562fee8ffbc3f507b;hpb=bd1a18355495899b5ce3003599a67e1ea7ca01cc;p=quassel.git diff --git a/version.inc b/version.inc index 872ce98c..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-pre"; - quasselDate = "2008-02-19"; - quasselBuild = 557; - - //! Minimum client build number the core needs - clientBuildNeeded = 526; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 526; - coreVersionNeeded = quasselVersion; - -} +distCommittish = $Format:%H$ +distCommitDate = $Format:%at$