From: Ian Campbell Date: Tue, 25 Sep 2012 12:40:00 +0000 (+0100) Subject: tools: bump SONAMEs for changes during 4.2 development cycle. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7861 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2e8a378ae3f9f974bf79cab0578368139d242adb;p=xen.git tools: bump SONAMEs for changes during 4.2 development cycle. We mostly did this as we went along, only a couple of minor number bumps were missed http://marc.info/?l=xen-devel&m=134366054929255&w=2: - Bumped libxl from 1.0.0 -> 1.0.1 - Bumped libxenstore from 3.0.1 -> 3.0.2 Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Campbell --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index af9939ffaa..298405181e 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -9,7 +9,7 @@ MAJOR = 2.0 MINOR = 0 XLUMAJOR = 1.0 -XLUMINOR = 0 +XLUMINOR = 1 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ -Wno-declaration-after-statement -Wformat-nonliteral diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 4ded89225b..9172d3ae60 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk MAJOR = 3.0 -MINOR = 1 +MINOR = 2 CFLAGS += -Werror CFLAGS += -I.