X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=38cbd8745a8d1bdd05290c4e4aad4f0c26883c5e;hp=7758224399e52ab608431d852f296b899deba534;hb=5988f4cd56e54fbe02e668fd48bf430e80f33f55;hpb=7ad51cd13433398accb26a62e9713ff914d09e5b diff --git a/version.inc b/version.inc index 77582243..38cbd874 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.8.0"; -{ 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-beta1-pre"; - quasselDate = "2008-04-11"; - quasselBuild = 725; - - //! Minimum client build number the core needs - clientBuildNeeded = 642; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 642; - coreVersionNeeded = quasselVersion; - -} +distCommittish = $Format:%H$ +distCommitDate = $Format:%at$