diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-15 20:56:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-17 00:42:54 +0200 |
| commit | 68dda7cd10c973a9342afd3ef606eb6012dc723b (patch) | |
| tree | a49d7a96eb97c26b77a497bc0ffcc3fc3a40060f /src/lib/types.h | |
| parent | 5a649b6d803697388925d7cd64ec5f0da345f865 (diff) | |
Bump server link version.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
