Bump SERVER_LINK_VERSION after ColourConversion changes.
authorCarl Hetherington <cth@carlh.net>
Wed, 29 Apr 2015 21:18:51 +0000 (22:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Apr 2015 21:18:51 +0000 (22:18 +0100)
TO_PORT
src/lib/types.h

diff --git a/TO_PORT b/TO_PORT
index d92f7b500033737db652f1606ccb5249e3005656..500cfa733ddc89bbd6dba793e3c3919aad41f3db 100644 (file)
--- a/TO_PORT
+++ b/TO_PORT
@@ -1,4 +1,3 @@
-03bee41ebb15a9ddd61af1607426d22d906ad226
 6cb9a4fd6b8ec1141bffa9294347e80baa3445dd
 8471ccb29ff258722ea27405dc10312e625c132d
 4156be8147c324623b266bd59366ff8accb34778
index 12a7897dc7c3ed374f15e5a878ef85db347ec709..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 3
+#define SERVER_LINK_VERSION (64+0)
 
 typedef std::vector<boost::shared_ptr<Content> > ContentList;
 typedef std::vector<boost::shared_ptr<VideoContent> > VideoContentList;