From 6bf1fecd1064978bcadd11b8cd56a5b8d9a132a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 Apr 2015 22:18:51 +0100 Subject: Bump SERVER_LINK_VERSION after ColourConversion changes. --- src/lib/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/types.h b/src/lib/types.h index 12a7897dc..f3877d0d5 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -44,9 +44,9 @@ namespace xmlpp { /** The version number of the protocol used to communicate * with servers. Intended to be bumped when incompatibilities - * are introduced. + * are introduced. v2 uses 64+n */ -#define SERVER_LINK_VERSION 3 +#define SERVER_LINK_VERSION (64+0) typedef std::vector > ContentList; typedef std::vector > VideoContentList; -- cgit v1.2.3