Skip to content

Commit

Permalink
tools: bump library version numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
Wei Liu committed Mar 14, 2019
1 parent d215115 commit 7619745
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/libfsimage/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XEN_ROOT = $(CURDIR)/../../..
include $(XEN_ROOT)/tools/libfsimage/Rules.mk

MAJOR = 4.12
MAJOR = 4.13
MINOR = 0

LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
Expand Down
2 changes: 1 addition & 1 deletion tools/libvchan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
MAJOR = 4.13
MINOR = 0

CFLAGS += -I../include -I.
Expand Down
2 changes: 1 addition & 1 deletion tools/libxc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

MAJOR = 4.12
MAJOR = 4.13
MINOR = 0

ifeq ($(CONFIG_LIBXC_MINIOS),y)
Expand Down
4 changes: 2 additions & 2 deletions tools/libxl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

MAJOR = 4.12
MAJOR = 4.13
MINOR = 0

XLUMAJOR = 4.12
XLUMAJOR = 4.13
XLUMINOR = 0

CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
Expand Down
2 changes: 1 addition & 1 deletion tools/xenstat/libxenstat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include $(XEN_ROOT)/tools/Rules.mk
LDCONFIG=ldconfig
MAKE_LINK=ln -sf

MAJOR=4.12
MAJOR=4.13
MINOR=0

LIB=src/libxenstat.a
Expand Down

0 comments on commit 7619745

Please sign in to comment.