[PATCH weston] configure: bump libweston to 3.0.0

Pekka Paalanen ppaalanen at gmail.com
Thu Mar 16 12:17:06 UTC 2017


On Tue, 14 Mar 2017 11:34:45 +0100
Emilio Pozuelo Monfort <emilio.pozuelo at collabora.co.uk> wrote:

> 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],

Pushed:
   b1f166d..080f130  master -> master


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20170316/1af10210/attachment.sig>


More information about the wayland-devel mailing list