From patchwork Tue Dec 17 14:49:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Liu X-Patchwork-Id: 11297797 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9407A13B6 for ; Tue, 17 Dec 2019 14:50:37 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 789E62072D for ; Tue, 17 Dec 2019 14:50:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 789E62072D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ihEAQ-00058m-Dh; Tue, 17 Dec 2019 14:49:42 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1ihEAP-00058f-SU for xen-devel@lists.xenproject.org; Tue, 17 Dec 2019 14:49:41 +0000 X-Inumbo-ID: 6fc4dd14-20dc-11ea-a1e1-bc764e2007e4 Received: from mail-wm1-f50.google.com (unknown [209.85.128.50]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 6fc4dd14-20dc-11ea-a1e1-bc764e2007e4; Tue, 17 Dec 2019 14:49:33 +0000 (UTC) Received: by mail-wm1-f50.google.com with SMTP id p9so3210861wmc.2 for ; Tue, 17 Dec 2019 06:49:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ipjjyyVzvM8IU3VtbaBbZ2iD2L01cTMa6ZiBiwm7+Ow=; b=TldDBRain6j2huWLlE5XS2rAcQx2b7ZpTHXDTdh4jR2CAF/Nk1sp910lj2TGxlaYFm GUqUkEufApguue/LZ2fI8JTUaIlrM2sU9Ma3kJfeuRCa3FELyCjOryxkGo20U0fyI6dY oQZ8DJLp/KsAPHVmvijoIivwYu81Wr4NsCsQv7xyMuUUjSoEBhVLoaSOgFERImuQgYl9 pneng9exBNv/qWf72vEttfDebfGdA6PNL35yf3ur7Pa5kAfun092P09YaZJBN2sGWA2q 4uO4ybosGTrb+g9e3WHKLNNCL+tJ/f783Pq04cxqeznNn7aSKN3BRBcj+fnz7LeN5y2G 7MEg== X-Gm-Message-State: APjAAAUUatSasZHfuUV8BvYqSssRDXCnirpZkBPdb3fJMm3FNBLY69KG 10eE5XZdtWAlc4IeJnn8GWhwO9C+ X-Google-Smtp-Source: APXvYqzREg2KTAv7uxpnn4EyXJlM3HzBEssRXrhLcIY8PYhqoqJ5nKjr89l2KM4OjnMkqTrqz8fI1A== X-Received: by 2002:a05:600c:507:: with SMTP id i7mr6205924wmc.135.1576594172134; Tue, 17 Dec 2019 06:49:32 -0800 (PST) Received: from debian.mshome.net (38.163.200.146.dyn.plus.net. [146.200.163.38]) by smtp.gmail.com with ESMTPSA id y7sm3487278wmd.1.2019.12.17.06.49.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Dec 2019 06:49:31 -0800 (PST) From: Wei Liu To: Xen Development List Date: Tue, 17 Dec 2019 14:49:28 +0000 Message-Id: <20191217144928.3738-1-wl@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH] tools: bump library version numbers X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: pdurrant@amazon.com, Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Signed-off-by: Wei Liu Acked-by: Andrew Cooper --- Paul: this is based on the assumption that the next version is going to be 4.14. Let me know if you decide otherwise... --- tools/libfsimage/common/Makefile | 2 +- tools/libvchan/Makefile | 2 +- tools/libxc/Makefile | 2 +- tools/libxl/Makefile | 4 ++-- tools/xenstat/libxenstat/Makefile | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile index 7752b55bcb..8c8ba09f12 100644 --- a/tools/libfsimage/common/Makefile +++ b/tools/libfsimage/common/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../../.. include $(XEN_ROOT)/tools/libfsimage/Rules.mk -MAJOR = 4.13 +MAJOR = 4.14 MINOR = 0 LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS diff --git a/tools/libvchan/Makefile b/tools/libvchan/Makefile index f5f35bba95..7892750c3e 100644 --- a/tools/libvchan/Makefile +++ b/tools/libvchan/Makefile @@ -14,7 +14,7 @@ LIBVCHAN_LIBS = $(LDLIBS_libxenstore) $(LDLIBS_libxengnttab) $(LDLIBS_libxenevtc $(LIBVCHAN_OBJS) $(LIBVCHAN_PIC_OBJS): CFLAGS += $(CFLAGS_libxenstore) $(CFLAGS_libxengnttab) $(CFLAGS_libxenevtchn) $(NODE_OBJS) $(NODE2_OBJS): CFLAGS += $(CFLAGS_libxengnttab) $(CFLAGS_libxenevtchn) -MAJOR = 4.13 +MAJOR = 4.14 MINOR = 0 CFLAGS += -I../include -I. diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index cbc30001f6..e35389374d 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.13 +MAJOR = 4.14 MINOR = 0 ifeq ($(CONFIG_LIBXC_MINIOS),y) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 4587a6fc9c..ed41e4ee3e 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -5,10 +5,10 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.13 +MAJOR = 4.14 MINOR = 0 -XLUMAJOR = 4.13 +XLUMAJOR = 4.14 XLUMINOR = 0 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile index ea115ae0e6..03cb212e3b 100644 --- a/tools/xenstat/libxenstat/Makefile +++ b/tools/xenstat/libxenstat/Makefile @@ -18,7 +18,7 @@ include $(XEN_ROOT)/tools/Rules.mk LDCONFIG=ldconfig MAKE_LINK=ln -sf -MAJOR=4.13 +MAJOR=4.14 MINOR=0 LIB=src/libxenstat.a