diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-29 22:18:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-29 22:18:51 +0100 |
| commit | 6bf1fecd1064978bcadd11b8cd56a5b8d9a132a3 (patch) | |
| tree | 3622313499b63705274b4790daf88e67b7bc656d /src | |
| parent | ccc9147af71ea93195b10e0f6de040fff9ae7746 (diff) | |
Bump SERVER_LINK_VERSION after ColourConversion changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
