X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=version.inc;h=ce45105fff68b80da81a5e90d714089dd8531a2d;hb=8544d22f38e453776f01fabfa6083cec00cf6e50;hp=92ecac6945dc3086a5fd1885f7427749a9834820;hpb=2ef05a04e0a440f6f3830e94c4f59711a0965a87;p=quassel.git diff --git a/version.inc b/version.inc index 92ecac69..ce45105f 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.4.0"; +baseVersion = "0.10-rc1"; -protocolVersion = 9; //< Version of the client/core protocol -coreNeedsProtocol = 9; //< Minimum protocol version the core needs -clientNeedsProtocol = 9; //< Minimum protocol version the client needs +protocolVersion = 10; //< Version of the client/core protocol +coreNeedsProtocol = 10; //< Minimum protocol version the core needs +clientNeedsProtocol = 10; //< Minimum protocol version the client needs distCommittish = $Format:%H$ distCommitDate = $Format:%at$