X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=92ecac6945dc3086a5fd1885f7427749a9834820;hb=e543fd403c4315d8569ea09d868b6fface37b207;hp=5e2d7beed2e2627ad952a6c96a590a50316ee0dc;hpb=21e623bf655594def2794a762f8b8784ace125da;p=quassel.git diff --git a/version.inc b/version.inc index 5e2d7bee..92ecac69 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.4.0"; -{ using namespace Global; +protocolVersion = 9; //< Version of the client/core protocol +coreNeedsProtocol = 9; //< Minimum protocol version the core needs +clientNeedsProtocol = 9; //< Minimum protocol version the client needs - quasselVersion = "0.2.0-pre"; - quasselDate = "2008-02-18"; - quasselBuild = 548; - - //! 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$