From patchwork Wed Aug 12 09:55:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Liu X-Patchwork-Id: 11710603 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 E457D14E3 for ; Wed, 12 Aug 2020 09:57:15 +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 C88D2204EC for ; Wed, 12 Aug 2020 09:57:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C88D2204EC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass 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.92) (envelope-from ) id 1k5nTw-0000XO-Lf; Wed, 12 Aug 2020 09:55:40 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k5nTv-0000Wc-84 for xen-devel@lists.xenproject.org; Wed, 12 Aug 2020 09:55:39 +0000 X-Inumbo-ID: ee43593f-25d8-473c-9728-f88a27570c80 Received: from mail-wm1-f68.google.com (unknown [209.85.128.68]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id ee43593f-25d8-473c-9728-f88a27570c80; Wed, 12 Aug 2020 09:55:38 +0000 (UTC) Received: by mail-wm1-f68.google.com with SMTP id k8so1345027wma.2 for ; Wed, 12 Aug 2020 02:55:38 -0700 (PDT) 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=lDUAzQ1oJy7PFmryfuc7OfGKGaMTx/e+9bB0gY1fjxI=; b=I1V6xQVSpM0Bh1vViU8ICFTiObKdqERid7V/3buAZOeN3D6c3LNZwEh0xplO52r9m+ oPfsBJPPbh9g4vgPPQUYUHMUfGQRwER9tzyFxzWkJtX1c9d/IkSUgP7+BwBEbjzh5QOW VYFPiRKEcf3U0A4yHLW4e3m7+79gID2aqa/GOSO83f4lu0+7mif19tjHg3cPCGUaLMiS CgArjpWnLiQPgqYG/tUbFB7ODr4e6CBmm/YjipGrDmu4HEdSwiKHNyEVUs2BoW+Rs8RG gfuFg+R7XNnB0cYGvr6i/QqO7cRFesqKPBecv5XcuL7b29qwAJjn5v+1Gn3sfzKnf3Ns NVtw== X-Gm-Message-State: AOAM5336ZeZX254B9y/Zv32q6DxmDokjyNRie08i08bO5VWp3Xlr+wPm BZROxqnpYZZRveU7StZaDyBJZp0Y X-Google-Smtp-Source: ABdhPJxyrjsxlXtyZGruI+Gj/Iy4FwS+X5tptIdOp0k/eM+hZFitwwGJaKgC+q+/fwgK9IgYMZp1Gw== X-Received: by 2002:a1c:1d91:: with SMTP id d139mr8137035wmd.144.1597226136905; Wed, 12 Aug 2020 02:55:36 -0700 (PDT) Received: from liuwe-devbox-debian-v2.j3c5onc20sse1dnehy4noqpfcg.zx.internal.cloudapp.net ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id v8sm3033618wmb.24.2020.08.12.02.55.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Aug 2020 02:55:36 -0700 (PDT) From: Wei Liu To: Xen Development List Cc: Wei Liu , Ian Jackson , Anthony PERARD Subject: [PATCH] tools: bump library version numbers Date: Wed, 12 Aug 2020 09:55:34 +0000 Message-Id: <20200812095534.107510-1-wl@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Signed-off-by: Wei Liu --- 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 8c8ba09f12d2..060f029ca94d 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.14 +MAJOR = 4.15 MINOR = 0 LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS diff --git a/tools/libvchan/Makefile b/tools/libvchan/Makefile index 913bcc888462..d99a6137e17f 100644 --- a/tools/libvchan/Makefile +++ b/tools/libvchan/Makefile @@ -15,7 +15,7 @@ $(LIBVCHAN_OBJS) $(LIBVCHAN_PIC_OBJS): CFLAGS += $(CFLAGS_libxenstore) $(CFLAGS_ $(NODE_OBJS) $(NODE2_OBJS): CFLAGS += $(CFLAGS_libxengnttab) $(CFLAGS_libxenevtchn) vchan-socket-proxy.o: CFLAGS += $(CFLAGS_libxenstore) $(CFLAGS_libxenctrl) $(CFLAGS_libxengnttab) $(CFLAGS_libxenevtchn) -MAJOR = 4.14 +MAJOR = 4.15 MINOR = 0 CFLAGS += -I../include -I. diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index fae5969a737c..955cd5ab185d 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.14 +MAJOR = 4.15 MINOR = 0 ifeq ($(CONFIG_LIBXC_MINIOS),y) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 38cd43abae1c..0e8dfc61935b 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -5,10 +5,10 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.14 +MAJOR = 4.15 MINOR = 0 -XLUMAJOR = 4.14 +XLUMAJOR = 4.15 XLUMINOR = 0 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile index 03cb212e3b87..ab980852da7b 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.14 +MAJOR=4.15 MINOR=0 LIB=src/libxenstat.a