]> xenbits.xensource.com Git - xen.git/commitdiff
tools: bump library version numbers
authorWei Liu <wei.liu2@citrix.com>
Wed, 18 May 2016 13:35:40 +0000 (14:35 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 24 May 2016 15:26:37 +0000 (16:26 +0100)
The following libraries are checked:
1. libxc, version number bumped
2. libxl, version number bumped
3. libxlu, no development in 4.7 cycle, but depends on libxl, version
   number bumped
4. libs/*, new in 4.7 cycle, version numbers not bumped
5. libxenstore, no development in 4.7 cycle, version number not bumped
6. libxenstat, no development in 4.7 cycle, version number not bumped
7. libvchan, depends on  xengnttab library, API changed, version number
   bumped

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libvchan/Makefile
tools/libxc/Makefile
tools/libxl/Makefile

index 0573d2f9891ba7044c92eb31a664497bde4609ef..6d1a724f7c6fd9baf8de0132b8645aa0638b2f0f 100644 (file)
@@ -14,7 +14,7 @@ LIBVCHAN_LIBS = $(LDLIBS_libxenstore) $(LDLIBS_libxengnttab) $(LDLIBS_libxengnts
 $(LIBVCHAN_OBJS) $(LIBVCHAN_PIC_OBJS): CFLAGS += $(CFLAGS_libxenstore) $(CFLAGS_libxengnttab) $(CFLAGS_libxengntshr) $(CFLAGS_libxenevtchn)
 $(NODE_OBJS) $(NODE2_OBJS): CFLAGS += $(CFLAGS_libxengnttab) $(CFLAGS_libxengntshr) $(CFLAGS_libxenevtchn)
 
-MAJOR = 1.0
+MAJOR = 4.7
 MINOR = 0
 
 CFLAGS += -I../include -I.
index ef02c9da3e0cc9799ee2f44f77b80e7b8117cdb9..05264c786532ae9625a48ed61ce56eca999b4e14 100644 (file)
@@ -1,7 +1,7 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR    = 4.6
+MAJOR    = 4.7
 MINOR    = 0
 
 ifeq ($(CONFIG_LIBXC_MINIOS),y)
index 4fc264df5579f318dffe5481b4d61c3328315672..defeb40172285047734694b88792f388d4a0793b 100644 (file)
@@ -5,10 +5,10 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 4.6
+MAJOR = 4.7
 MINOR = 0
 
-XLUMAJOR = 4.6
+XLUMAJOR = 4.7
 XLUMINOR = 0
 
 CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \