]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools/xenstat: Fix shared library version
authorBastian Blank <waldi@debian.org>
Sat, 5 Jul 2014 09:46:50 +0000 (11:46 +0200)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Oct 2018 14:20:19 +0000 (15:20 +0100)
libxenstat does not have a stable ABI.  Set its version to the current
Xen release version.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/xenstat/libxenstat/Makefile

index 8979fa1583b2634dee66faafe8feb00dfd936b56..8c6ddf86e8453d42d4c30688d67935411dfde6c8 100644 (file)
@@ -18,7 +18,7 @@ include $(XEN_ROOT)/tools/Rules.mk
 LDCONFIG=ldconfig
 MAKE_LINK=ln -sf
 
-MAJOR=0
+MAJOR=4.11
 MINOR=0
 
 LIB=src/libxenstat.a