From a4928bfffbd2cd931af524403c71ce32b5b1e3cb Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Sat, 29 Nov 2008 16:35:00 +0100 Subject: [PATCH] updating the protocol version --- version.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.inc b/version.inc index dd80f3b6..d6419314 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.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 = 6; //< Version of the client/core protocol +coreNeedsProtocol = 6; //< Minimum protocol version the core needs +clientNeedsProtocol = 6; //< Minimum protocol version the client needs distCommittish = $Format:%H$ distCommitDate = $Format:%at$ -- 2.20.1