X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=version.inc;h=dbea139da37519ec0d4a20d8dd5f1be2e5ceb5b0;hp=a1c145c8865ebc293ff8491324d6f846a6e607c6;hb=a18bfebf1a54f5a3cc1743b2b8c712832de91375;hpb=480eab8daec4fb56a6886918c6a913cc197330f1 diff --git a/version.inc b/version.inc index a1c145c8..dbea139d 100644 --- a/version.inc +++ b/version.inc @@ -1,9 +1,9 @@ //! This is the fallback version number in case we can't autogenerate one -baseVersion = "0.3.0"; +baseVersion = "0.4.1"; -protocolVersion = 5; //< Version of the client/core protocol -coreNeedsProtocol = 5; //< Minimum protocol version the core needs -clientNeedsProtocol = 5; //< Minimum protocol version the client needs +protocolVersion = 9; //< Version of the client/core protocol +coreNeedsProtocol = 9; //< Minimum protocol version the core needs +clientNeedsProtocol = 9; //< Minimum protocol version the client needs distCommittish = $Format:%H$ distCommitDate = $Format:%at$