summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-29 22:18:51 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-29 22:18:51 +0100
commit6bf1fecd1064978bcadd11b8cd56a5b8d9a132a3 (patch)
tree3622313499b63705274b4790daf88e67b7bc656d
parentccc9147af71ea93195b10e0f6de040fff9ae7746 (diff)
Bump SERVER_LINK_VERSION after ColourConversion changes.
-rw-r--r--TO_PORT1
-rw-r--r--src/lib/types.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/TO_PORT b/TO_PORT
index d92f7b500..500cfa733 100644
--- a/TO_PORT
+++ b/TO_PORT
@@ -1,4 +1,3 @@
-03bee41ebb15a9ddd61af1607426d22d906ad226
6cb9a4fd6b8ec1141bffa9294347e80baa3445dd
8471ccb29ff258722ea27405dc10312e625c132d
4156be8147c324623b266bd59366ff8accb34778
diff --git a/src/lib/types.h b/src/lib/types.h
index 12a7897dc..f3877d0d5 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -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;