diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-10 11:49:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-10 11:49:20 +0000 |
| commit | fec9cf2d1fb02d9a2f563cbe8e3de6cd479b35f2 (patch) | |
| tree | 3524f5ee6370d54612f75b2e061b5a15dcb58852 /src | |
| parent | 85748854bd79f223473bc6ad95a78cc861e90bf5 (diff) | |
Bump server link version number.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/types.h | 2 |
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; |
