X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=7c981c8bcbc7674c3c8f78f3b0d63a2bd124756a;hb=d4b7af7050bac6f894a05bff4eab1becaffa27ce;hp=b7b82f9b6e4a41ce9cafb7783b44b4af857affbf;hpb=453731c6d3c5eac2df5e98c4f179afabed4451a1;p=quassel.git diff --git a/version.inc b/version.inc index b7b82f9b..7c981c8b 100644 --- a/version.inc +++ b/version.inc @@ -1,18 +1,9 @@ // Versioning, should be kept current :) // This is included in main.cpp -{ using namespace Global; +//! This is the fallback version number in case we can't autogenerate one +quasselBaseVersion = "0.3.0-pre"; +protocolVersion = 2; //< Version of the client/core protocol - quasselVersion = "0.2.0-pre"; - quasselDate = "2008-01-26"; - quasselBuild = 389; - - //! Minimum client build number the core needs - clientBuildNeeded = 358; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 358; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 2; //< Minimum protocol version the core needs +clientNeedsProtocol = 2; //< Minimum protocol version the client needs