tools: Bump library SONAMEs for 4.4
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 5 Feb 2014 14:43:38 +0000 (14:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 6 Feb 2014 12:51:52 +0000 (12:51 +0000)
There have been ABI/API changes in libxc.  Bump its MAJOR (which
affets libxenguest et al too.)

There have been ABI changes in libxl.  Bump its MAJOR.
(The API changes have been dealt with as we go along - there is
already a LIBXL_API_VERSION 0x040400.)

None of the other libraries have changed their interfaces.  I have
verified this by building the tools and searching the dist/install
tree for files matching *.so.*.  For each library that showed up, I
did this:
  git-diff RELEASE-4.3.0..staging -- `find tools/FOO/ -name \*.h`
where FOO is the corresponding source directory.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxc/Makefile
tools/libxl/Makefile

index f2d6e56794c4e27c655e2bb6b8d270c53cb1cc01..2cca2b2e88f6e161da359812d3c5b3cde397be48 100644 (file)
@@ -1,7 +1,7 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR    = 4.3
+MAJOR    = 4.4
 MINOR    = 0
 
 CTRL_SRCS-y       :=
index d8495bbf434d7d96dc8a8f43d438b73b267ef608..1410c441c8190a8bf1c3d6bcf59660726d24e78c 100644 (file)
@@ -5,7 +5,7 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 4.3
+MAJOR = 4.4
 MINOR = 0
 
 XLUMAJOR = 4.3