~thomas-voss/unity-system-compositor/release-0.4

200.25.1 by Alexandros Frantzis
Introduce new versioning scheme
1
unity-system-compositor versioning scheme
2
-----------------------------------------
3
4
unity-system-compositor (USC) is versioned using a standard x.y.z versioning
5
scheme, where x is the major version, y is the minor version and z is the patch
6
version.
7
8
The minor version should be increased at least every time USC is changed to use
9
a newer mir server or mir client API/ABI. In other words, we want to guarantee
10
that all patch releases x.y.\* will continue to work with the same mir library
11
ABIs that x.y.0 was originally released against. This scheme makes it
12
straightforward to manage updates/fixes for released versions as patch
13
releases.