From: Carl Hetherington Date: Wed, 29 Apr 2015 21:18:51 +0000 (+0100) Subject: Bump SERVER_LINK_VERSION after ColourConversion changes. X-Git-Tag: v2.0.48~132 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6bf1fecd1064978bcadd11b8cd56a5b8d9a132a3;p=dcpomatic.git Bump SERVER_LINK_VERSION after ColourConversion changes. --- diff --git a/TO_PORT b/TO_PORT index d92f7b500..500cfa733 100644 --- a/TO_PORT +++ b/TO_PORT @@ -1,4 +1,3 @@ -03bee41ebb15a9ddd61af1607426d22d906ad226 6cb9a4fd6b8ec1141bffa9294347e80baa3445dd 8471ccb29ff258722ea27405dc10312e625c132d 4156be8147c324623b266bd59366ff8accb34778 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;