[PATCH weston] configure: bump libweston to 3.0.0

Emilio Pozuelo Monfort emilio.pozuelo at collabora.co.uk
Tue Mar 14 10:34:45 UTC 2017


On 14/03/17 11:29, Pekka Paalanen wrote:
> From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
> 
> Bump the future release to 3.0.0 due to breaking ABI in libweston.
> 
> We have merged a few patches already that change libweston/compositor.h.
> While most of the changes arguably change only things libweston users
> should not be touching, some change the size of e.g. struct
> weston_output and struct weston_compositor, possibly moving member
> offsets. We also haven't separated public and private parts from
> compositor.h yet. To be on the safe side, bump the major now. I'm sure
> there will be more changes that make the bump obviously necessary.
> 
> Cc: Bryce Harrington <bryce at osg.samsung.com>
> Cc: Daniel Stone <daniels at collabora.com>
> Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

Reviewed-by: Emilio Pozuelo Monfort <emilio.pozuelo at collabora.co.uk>

> ---
>  configure.ac | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 9df85d2..6cc9f26 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,11 +1,11 @@
> -m4_define([weston_major_version],  [2])
> -m4_define([weston_minor_version],  [0])
> -m4_define([weston_micro_version],  [90])
> +m4_define([weston_major_version], [2])
> +m4_define([weston_minor_version], [99])
> +m4_define([weston_micro_version], [90])
>  m4_define([weston_version],
>            [weston_major_version.weston_minor_version.weston_micro_version])
> -m4_define([libweston_major_version], [2])
> +m4_define([libweston_major_version], [3])
>  m4_define([libweston_minor_version], [0])
> -m4_define([libweston_patch_version], [90])
> +m4_define([libweston_patch_version], [0])
>  
>  AC_PREREQ([2.64])
>  AC_INIT([weston],
> 



More information about the wayland-devel mailing list