X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=0de69bd10300c6a59a820c139d104797bdc225e9;hb=fc81975a545211f3ccd3d25e266477adad2c9445;hp=1708688253a073be56fa0b4615921df44b8ffe45;hpb=59579d82e3a16a815a197a4300c8ef279275ccfc;p=quassel.git diff --git a/version.inc b/version.inc index 17086882..0de69bd1 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"; +protocolVersion = 5; //< Version of the client/core protocol - quasselVersion = "0.2.0-pre"; - quasselDate = "2008-02-02"; - quasselBuild = 438; - - //! Minimum client build number the core needs - clientBuildNeeded = 435; - clientVersionNeeded = quasselVersion; - - //! Minimum core build number the client needs - coreBuildNeeded = 437; - coreVersionNeeded = quasselVersion; - -} +coreNeedsProtocol = 5; //< Minimum protocol version the core needs +clientNeedsProtocol = 5; //< Minimum protocol version the client needs