X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=inline;f=version.inc;h=cf90014f37c0ea2a6c569fcffc4e956712610181;hb=9b55500831a0a48ec20c54dcdc6c530a86ff2191;hp=b6978d9ee704ee9b140c577e0b263d9ec793e1be;hpb=d357030175ec6ca1152d51393da6e178b967a5e5;p=quassel.git diff --git a/version.inc b/version.inc index b6978d9e..cf90014f 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.6-beta1"; -{ 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-05"; - quasselBuild = 463; - - //! Minimum client build number the core needs - clientBuildNeeded = 462; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 462; - coreVersionNeeded = quasselVersion; - -} +distCommittish = $Format:%H$ +distCommitDate = $Format:%at$