Discussion:
[Xen-changelog] [xen staging] tools/libxenstat: Fix SONAME following c/s 57077cc42
p***@xen.org
2018-10-09 14:22:04 UTC
Permalink
commit 5866b00ce05a7a7c39a0d5eb7f9de4149c5efe8b
Author: Andrew Cooper <***@citrix.com>
AuthorDate: Tue Oct 9 15:06:25 2018 +0100
Commit: Andrew Cooper <***@citrix.com>
CommitDate: Tue Oct 9 15:17:02 2018 +0100

tools/libxenstat: Fix SONAME following c/s 57077cc42

The unstable ABI version is 4.12, not 4.11

Signed-off-by: Andrew Cooper <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
tools/xenstat/libxenstat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
index 8c6ddf86e8..eb88085933 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.11
+MAJOR=4.12
MINOR=0

LIB=src/libxenstat.a
--
generated by git-patchbot for /home/xen/git/xen.git#staging

Loading...