summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-15 20:56:33 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-17 00:42:54 +0200
commit68dda7cd10c973a9342afd3ef606eb6012dc723b (patch)
treea49d7a96eb97c26b77a497bc0ffcc3fc3a40060f /src/lib/types.h
parent5a649b6d803697388925d7cd64ec5f0da345f865 (diff)
Bump server link version.
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h5
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