X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=92ecac6945dc3086a5fd1885f7427749a9834820;hp=ce76ac099a0a9e087a43ccdc28c985d7ff565710;hb=e88bc2044ff3815bc62e3a297410c4aafe5880bb;hpb=8167358f52bf097c5b46be9372ce1caaf9bed707 diff --git a/version.inc b/version.inc index ce76ac09..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-beta1-pre"; - quasselDate = "2008-04-25"; - quasselBuild = 791; - - //! Minimum client build number the core needs - clientBuildNeeded = 731; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 731; - coreVersionNeeded = quasselVersion; - -} +distCommittish = $Format:%H$ +distCommitDate = $Format:%at$