X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=67e84fdc3e48415425c0349e2c2b1339a2d1b48f;hb=04ae73c23b61070a296016b5af130fd600ea678f;hp=70f85d4a3edb3bb4a476b220abdd08825eccdb1a;hpb=6cd95dbc8ac28ab7a22e640d9fe6e3a6aff8f8a9;p=quassel.git diff --git a/version.inc b/version.inc index 70f85d4a..0f7a61b3 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-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-01-21"; - quasselBuild = 370; - - //! Minimum client build number the core needs - clientBuildNeeded = 358; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 358; - coreVersionNeeded = quasselVersion; - -} +distCommittish = $Format:%H$ +distCommitDate = $Format:%at$