From: Carl Hetherington Date: Wed, 15 Apr 2020 18:56:33 +0000 (+0200) Subject: Bump server link version. X-Git-Tag: v2.15.52~11 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=68dda7cd10c973a9342afd3ef606eb6012dc723b;p=dcpomatic.git Bump server link version. --- diff --git a/src/lib/types.h b/src/lib/types.h index 5a8b650b8..50eed9aa1 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -45,8 +45,11 @@ namespace xmlpp { /** The version number of the protocol used to communicate * with servers. Intended to be bumped when incompatibilities * are introduced. v2 uses 64+n + * + * 64 - first version used + * 65 - v2.16.0 - checksums added to communication */ -#define SERVER_LINK_VERSION (64+0) +#define SERVER_LINK_VERSION (64+1) /** A film of F seconds at f FPS will be Ff frames; Consider some delta FPS d, so if we run the same