diff options
Diffstat (limited to 'src/lib')
| -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 |
