From 5f81dae11ac2af9d70607c7ba32366cb3e831a0b Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 18 Aug 2008 00:06:49 +0200 Subject: [PATCH 1/1] Bump client/core protocol version, since internal structures have changed --- version.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.inc b/version.inc index fc1e0156..e522c953 100644 --- a/version.inc +++ b/version.inc @@ -3,7 +3,7 @@ //! This is the fallback version number in case we can't autogenerate one quasselBaseVersion = "0.3.0-pre"; -protocolVersion = 4; //< Version of the client/core protocol +protocolVersion = 5; //< Version of the client/core protocol -coreNeedsProtocol = 4; //< Minimum protocol version the core needs -clientNeedsProtocol = 4; //< Minimum protocol version the client needs +coreNeedsProtocol = 5; //< Minimum protocol version the core needs +clientNeedsProtocol = 5; //< Minimum protocol version the client needs -- 2.20.1