X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=a1c145c8865ebc293ff8491324d6f846a6e607c6;hp=f7463293f4426994c757ed2c559bd9d67e7d1e64;hb=96ba1da0cfa2a22be6fe8cea8d32a7212dcfa86a;hpb=9f5481c93c3676f765333d4d9c36c559a339f3aa diff --git a/version.inc b/version.inc index f7463293..a1c145c8 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.3.0"; -{ using namespace Global; +protocolVersion = 5; //< Version of the client/core protocol +coreNeedsProtocol = 5; //< Minimum protocol version the core needs +clientNeedsProtocol = 5; //< Minimum protocol version the client needs - quasselVersion = "0.2.0-pre"; - quasselDate = "2008-02-05"; - quasselBuild = 462; - - //! 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$