From 080f130092d1730beda3023bca368a9fc71e26bd Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 14 Mar 2017 12:14:51 +0200 Subject: [PATCH] configure: bump libweston to 3.0.0 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 Cc: Daniel Stone Signed-off-by: Pekka Paalanen Reviewed-by: Emilio Pozuelo Monfort Reviewed-by: Daniel Stone --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 9df85d20..6cc9f26e 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],