diff mbox series

tools: bump library version numbers

Message ID 20191217144928.3738-1-wl@xen.org (mailing list archive)
State New, archived
Headers show
Series tools: bump library version numbers | expand

Commit Message

Wei Liu Dec. 17, 2019, 2:49 p.m. UTC
Signed-off-by: Wei Liu <wl@xen.org>
---
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(-)

Comments

Wei Liu Dec. 20, 2019, 2:21 p.m. UTC | #1
On Tue, Dec 17, 2019 at 02:49:28PM +0000, Wei Liu wrote:
> Signed-off-by: Wei Liu <wl@xen.org>

This is a trivial patch. I will apply it soon-ish unless I'm told
otherwise.

Wei.
Andrew Cooper Dec. 20, 2019, 2:29 p.m. UTC | #2
On 20/12/2019 14:21, Wei Liu wrote:
> On Tue, Dec 17, 2019 at 02:49:28PM +0000, Wei Liu wrote:
>> Signed-off-by: Wei Liu <wl@xen.org>
> This is a trivial patch. I will apply it soon-ish unless I'm told
> otherwise.

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff mbox series

Patch

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