From: Andrew Cooper Date: Tue, 9 Oct 2018 14:06:25 +0000 (+0100) Subject: tools/libxenstat: Fix SONAME following c/s 57077cc42 X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3159 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5866b00ce05a7a7c39a0d5eb7f9de4149c5efe8b;p=xen.git tools/libxenstat: Fix SONAME following c/s 57077cc42 The unstable ABI version is 4.12, not 4.11 Signed-off-by: Andrew Cooper Acked-by: Wei Liu --- 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