Re: [PATCH weston 4/6] libweston: use new versioning scheme

2016-07-04 Thread Emil Velikov
On 4 July 2016 at 15:45, Quentin Glidic wrote: > On 04/07/2016 16:23, Emil Velikov wrote: >> >> Use the documented libweston-$major.so.0.$minor.$patch scheme. >> >> An (almost) identical one is used by GLIB, GTK{2,3}, QT5, json-glib and >> others. >> >> v2: >> - Use shorter variable names LIBWEST

Re: [PATCH weston 4/6] libweston: use new versioning scheme

2016-07-04 Thread Quentin Glidic
On 04/07/2016 16:23, Emil Velikov wrote: Use the documented libweston-$major.so.0.$minor.$patch scheme. An (almost) identical one is used by GLIB, GTK{2,3}, QT5, json-glib and others. v2: - Use shorter variable names LIBWESTON_{MAJOR,MINOR...} - Correctly use -version-info. - Drop unneeded @

[PATCH weston 4/6] libweston: use new versioning scheme

2016-07-04 Thread Emil Velikov
Use the documented libweston-$major.so.0.$minor.$patch scheme. An (almost) identical one is used by GLIB, GTK{2,3}, QT5, json-glib and others. v2: - Use shorter variable names LIBWESTON_{MAJOR,MINOR...} - Correctly use -version-info. - Drop unneeded @LIBWESTON_VERSION_MAJOR@ additions. Signed