[PATCH] tools: bump library version numbers

Wei Liu posted 1 patch 3 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200812095534.107510-1-wl@xen.org
Maintainers: Wei Liu <wl@xen.org>, Ian Jackson <ian.jackson@eu.citrix.com>, Anthony PERARD <anthony.perard@citrix.com>
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(-)
[PATCH] tools: bump library version numbers
Posted by Wei Liu 3 years, 8 months ago
Signed-off-by: Wei Liu <wl@xen.org>
---
 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
-- 
2.20.1