[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools: bump SONAMEs for changes during 4.2 development cycle
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1347871358 -3600 # Node ID ba1c6e807c8b1684a83e3692abcc5d42587f16f7 # Parent a649d26baee12239a12f5fba7e7746dc4b7d7c89 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 <ian.campbell@xxxxxxxxxx> --- This should be considered for 4.2.1. diff -r a649d26baee1 -r ba1c6e807c8b tools/libxl/Makefile --- a/tools/libxl/Makefile Mon Sep 17 09:29:33 2012 +0100 +++ b/tools/libxl/Makefile Mon Sep 17 09:42:38 2012 +0100 @@ -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 -r a649d26baee1 -r ba1c6e807c8b tools/xenstore/Makefile --- a/tools/xenstore/Makefile Mon Sep 17 09:29:33 2012 +0100 +++ b/tools/xenstore/Makefile Mon Sep 17 09:42:38 2012 +0100 @@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk MAJOR = 3.0 -MINOR = 1 +MINOR = 2 CFLAGS += -Werror CFLAGS += -I. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |