From 63ae420df5fc89232966a66ff848bd8de78d5344 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Mon, 24 Aug 2009 18:44:25 +0200 Subject: [PATCH] Protocol version bump Yes that means I just broke client core compatibility :) --- version.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.inc b/version.inc index 89580327..c2f9d989 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.5-pre"; -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$ -- 2.20.1