Bump SERVER_LINK_VERSION after ColourConversion changes.
[dcpomatic.git] / src / lib / types.h
index f554c4dd9ad1f72dc0094fb625eed35c116e0aad..f3877d0d554844775b0163be1138df194322c6d8 100644 (file)
@@ -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 2
+#define SERVER_LINK_VERSION (64+0)
 
 typedef std::vector<boost::shared_ptr<Content> > ContentList;
 typedef std::vector<boost::shared_ptr<VideoContent> > VideoContentList;