summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-10 11:49:20 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-10 11:49:20 +0000
commitfec9cf2d1fb02d9a2f563cbe8e3de6cd479b35f2 (patch)
tree3524f5ee6370d54612f75b2e061b5a15dcb58852 /src/lib
parent85748854bd79f223473bc6ad95a78cc861e90bf5 (diff)
Bump server link version number.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index f554c4dd9..12a7897dc 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -46,7 +46,7 @@ namespace xmlpp {
* with servers. Intended to be bumped when incompatibilities
* are introduced.
*/
-#define SERVER_LINK_VERSION 2
+#define SERVER_LINK_VERSION 3
typedef std::vector<boost::shared_ptr<Content> > ContentList;
typedef std::vector<boost::shared_ptr<VideoContent> > VideoContentList;