Mark SONAMEs and pkgconfig as xen 4.7
---
 tools/libxc/Makefile |    2 +-
 tools/libxl/Makefile |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Index: xen-4.7.0-testing/tools/libxc/Makefile
===================================================================
--- xen-4.7.0-testing.orig/tools/libxc/Makefile
+++ xen-4.7.0-testing/tools/libxc/Makefile
@@ -1,7 +1,7 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR    = 4.6
+MAJOR    = 4.7
 MINOR    = 0
 
 ifeq ($(CONFIG_LIBXC_MINIOS),y)
Index: xen-4.7.0-testing/tools/libxl/Makefile
===================================================================
--- xen-4.7.0-testing.orig/tools/libxl/Makefile
+++ xen-4.7.0-testing/tools/libxl/Makefile
@@ -5,10 +5,10 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 4.6
+MAJOR = 4.7
 MINOR = 0
 
-XLUMAJOR = 4.6
+XLUMAJOR = 4.7
 XLUMINOR = 0
 
 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \