X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=version.inc;h=798b506c73a86ef165a35eef51df8071cae676e4;hb=240599b5a57b95c64aa0808b4b63ea1aa2ad9947;hp=5e2d7beed2e2627ad952a6c96a590a50316ee0dc;hpb=21e623bf655594def2794a762f8b8784ace125da;p=quassel.git diff --git a/version.inc b/version.inc index 5e2d7bee..798b506c 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.5.1"; -{ 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-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$