From: Dario Faggioli Date: Fri, 20 Jun 2014 16:18:53 +0000 (+0200) Subject: libxc/libxl: bump library SONAMEs X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4791 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d172e6b648f35c7f061a5fff351078ff3ff59e8a;p=xen.git libxc/libxl: bump library SONAMEs The following two patches break both libxc and libxl ABI and API, so we better bump the MAJORs. Of course, for libxl, proper measures are taken (in the relevant patch) in order to guarantee API stability. Signed-off-by: Dario Faggioli Acked-by: Ian Campbell --- diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 63be3d3f0f..f77677cb3a 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.4 +MAJOR = 4.5 MINOR = 0 CTRL_SRCS-y := diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 7fc42c8174..8dd8c957b0 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -5,7 +5,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.4 +MAJOR = 4.5 MINOR = 0 XLUMAJOR = 4.3