From: Pekka Paalanen <[email protected]> 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 <[email protected]> Cc: Daniel Stone <[email protected]> Signed-off-by: Pekka Paalanen <[email protected]> --- 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], -- 2.10.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
